Home | History | Annotate | Download | only in x86

Lines Matching refs:ALU_Opcode

1048 void fpu_VR(ALU_Opcode opc, OpndSize size, int vA) {
1212 void alu_unary_reg(OpndSize size, ALU_Opcode opc, int reg, bool isPhysical) {
1223 void alu_unary_mem(LowOp* op, OpndSize size, ALU_Opcode opc, int disp, int base_reg, bool isBasePhysical) {
1234 void alu_binary_imm_mem(OpndSize size, ALU_Opcode opc, int imm, int disp, int base_reg, bool isBasePhysical) {
1245 void alu_binary_imm_reg(OpndSize size, ALU_Opcode opc, int imm, int reg, bool isPhysical) {
1256 void alu_binary_mem_reg(OpndSize size, ALU_Opcode opc,
1267 void alu_sd_binary_VR_reg(ALU_Opcode opc, int vA, int reg, bool isPhysical, bool isSD) {
1320 void alu_binary_VR_reg(OpndSize size, ALU_Opcode opc, int vA, int reg, bool isPhysical) {
1369 void alu_binary_reg_reg(OpndSize size, ALU_Opcode opc,
1382 void alu_binary_reg_mem(OpndSize size, ALU_Opcode opc,
1395 void fpu_mem(LowOp* op, ALU_Opcode opc, OpndSize size, int disp, int base_reg, bool isBasePhysical) {
1402 void alu_ss_binary_reg_reg(ALU_Opcode opc, int reg, bool isPhysical,
1410 void alu_sd_binary_reg_reg(ALU_Opcode opc, int reg, bool isPhysical,