Lines Matching defs:op
238 struct opcode op[8]; member
315 #define FOP_START(op) \ argument
327 #define FOP1E(op, dst) \ argument
330 #define FOP1EEX(op, dst) \ argument
333 #define FASTOP1(op) \ argument
342 #define FASTOP1SRC2(op, name) \ argument
351 #define FASTOP1SRC2EX(op, name) \ argument
359 #define FOP2E(op, dst, src) \ argument
362 #define FASTOP2(op) \ argument
371 #define FASTOP2W(op) \ argument
380 #define FASTOP2CL(op) \ argument
389 #define FASTOP2R(op, name) \ argument
397 #define FOP3E(op, dst, src, src2) \ argument
401 #define FASTOP3WCL(op) \ argument
410 #define FOP_SETCC(op) ".align 4; " #op " %al; ret \n\t" argument
970 static void fetch_register_operand(struct operand *op) in fetch_register_operand()
1121 struct operand *op) in decode_register_operand()
1158 struct operand *op) in decode_modrm()
1295 struct operand *op) in decode_abs()
1705 static void write_register_operand(struct operand *op) in write_register_operand()
1710 static int writeback(struct x86_emulate_ctxt *ctxt, struct operand *op) in writeback()
3263 struct operand *op) in string_addr_inc()
4569 static int decode_imm(struct x86_emulate_ctxt *ctxt, struct operand *op, in decode_imm()
4609 static int decode_operand(struct x86_emulate_ctxt *ctxt, struct operand *op, in decode_operand()
5092 struct operand *op) in fetch_possible_mmx_operand()