Lines Matching refs:ALU_Opcode
1047 void fpu_VR(ALU_Opcode opc, OpndSize size, int vA) { in fpu_VR()
1211 void alu_unary_reg(OpndSize size, ALU_Opcode opc, int reg, bool isPhysical) { in alu_unary_reg()
1222 void alu_unary_mem(LowOp* op, OpndSize size, ALU_Opcode opc, int disp, int base_reg, bool isBasePhy… in alu_unary_mem()
1233 void alu_binary_imm_mem(OpndSize size, ALU_Opcode opc, int imm, int disp, int base_reg, bool isBase… in alu_binary_imm_mem()
1244 void alu_binary_imm_reg(OpndSize size, ALU_Opcode opc, int imm, int reg, bool isPhysical) { in alu_binary_imm_reg()
1255 void alu_binary_mem_reg(OpndSize size, ALU_Opcode opc, in alu_binary_mem_reg()
1266 void alu_sd_binary_VR_reg(ALU_Opcode opc, int vA, int reg, bool isPhysical, bool isSD) { in alu_sd_binary_VR_reg()
1319 void alu_binary_VR_reg(OpndSize size, ALU_Opcode opc, int vA, int reg, bool isPhysical) { in alu_binary_VR_reg()
1368 void alu_binary_reg_reg(OpndSize size, ALU_Opcode opc, in alu_binary_reg_reg()
1381 void alu_binary_reg_mem(OpndSize size, ALU_Opcode opc, in alu_binary_reg_mem()
1394 void fpu_mem(LowOp* op, ALU_Opcode opc, OpndSize size, int disp, int base_reg, bool isBasePhysical)… in fpu_mem()
1401 void alu_ss_binary_reg_reg(ALU_Opcode opc, int reg, bool isPhysical, in alu_ss_binary_reg_reg()
1409 void alu_sd_binary_reg_reg(ALU_Opcode opc, int reg, bool isPhysical, in alu_sd_binary_reg_reg()