Lines Matching defs:op
237 struct opcode op[8]; member
314 #define FOP_START(op) \ argument
326 #define FOP1E(op, dst) \ argument
329 #define FOP1EEX(op, dst) \ argument
332 #define FASTOP1(op) \ argument
341 #define FASTOP1SRC2(op, name) \ argument
350 #define FASTOP1SRC2EX(op, name) \ argument
358 #define FOP2E(op, dst, src) \ argument
361 #define FASTOP2(op) \ argument
370 #define FASTOP2W(op) \ argument
379 #define FASTOP2CL(op) \ argument
388 #define FASTOP2R(op, name) \ argument
396 #define FOP3E(op, dst, src, src2) \ argument
400 #define FASTOP3WCL(op) \ argument
409 #define FOP_SETCC(op) ".align 4; " #op " %al; ret \n\t" argument
973 static void fetch_register_operand(struct operand *op) in fetch_register_operand()
1124 struct operand *op) in decode_register_operand()
1161 struct operand *op) in decode_modrm()
1298 struct operand *op) in decode_abs()
1708 static void write_register_operand(struct operand *op) in write_register_operand()
1713 static int writeback(struct x86_emulate_ctxt *ctxt, struct operand *op) in writeback()
2962 struct operand *op) in string_addr_inc()
4268 static int decode_imm(struct x86_emulate_ctxt *ctxt, struct operand *op, in decode_imm()
4308 static int decode_operand(struct x86_emulate_ctxt *ctxt, struct operand *op, in decode_operand()
4791 struct operand *op) in fetch_possible_mmx_operand()