Home | History | Annotate | Download | only in x86

Lines Matching refs:ALU_Opcode

630 void fpu_VR(ALU_Opcode opc, OpndSize size, int vA);
688 void alu_unary_reg(OpndSize size, ALU_Opcode opc, int reg, bool isPhysical);
689 void alu_unary_mem(LowOp* op, OpndSize size, ALU_Opcode opc, int disp, int base_reg, bool isBasePhysical);
691 void alu_binary_imm_mem(OpndSize size, ALU_Opcode opc,
693 void alu_binary_imm_reg(OpndSize size, ALU_Opcode opc, int imm, int reg, bool isPhysical);
694 void alu_binary_mem_reg(OpndSize size, ALU_Opcode opc,
697 void alu_binary_VR_reg(OpndSize size, ALU_Opcode opc, int vA, int reg, bool isPhysical);
698 void alu_sd_binary_VR_reg(ALU_Opcode opc, int vA, int reg, bool isPhysical, bool isSD);
699 void alu_binary_reg_reg(OpndSize size, ALU_Opcode opc,
702 void alu_binary_reg_mem(OpndSize size, ALU_Opcode opc,
706 void fpu_mem(LowOp* op, ALU_Opcode opc, OpndSize size, int disp, int base_reg, bool isBasePhysical);
707 void alu_ss_binary_reg_reg(ALU_Opcode opc, int reg, bool isPhysical,
709 void alu_sd_binary_reg_reg(ALU_Opcode opc, int reg, bool isPhysical,