HomeSort by relevance Sort by last modified time
    Searched refs:alu_binary_reg_reg (Results 1 - 5 of 5) sorted by null

  /dalvik/vm/compiler/codegen/x86/
LowerAlu.cpp 61 alu_binary_reg_reg(OpndSize_64, xor_opc, 2, false, 2, false);
62 alu_binary_reg_reg(OpndSize_64, sub_opc, 1, false, 2, false);
75 alu_binary_reg_reg(OpndSize_64, andn_opc, 2, false, 1, false);
103 alu_binary_reg_reg(OpndSize_64, xor_opc, 1, false, 2, false);
448 alu_binary_reg_reg(OpndSize_32, opc, PhysicalReg_ECX, true, 1, false);
793 alu_binary_reg_reg(OpndSize_32, opc, 1, false, 2, false);
1011 alu_binary_reg_reg(OpndSize_32, add_opc, 2, false, 1, false);
1025 alu_binary_reg_reg(OpndSize_32, add_opc, 2, false, 1, false);
    [all...]
LowerInvoke.cpp 770 alu_binary_reg_reg(OpndSize_32, sub_opc, P_SCRATCH_1, true, P_GPR_3, true);
778 alu_binary_reg_reg(OpndSize_32, sub_opc, P_SCRATCH_2, true, P_GPR_3, true);
    [all...]
Lower.h 699 void alu_binary_reg_reg(OpndSize size, ALU_Opcode opc,
    [all...]
LowerJump.cpp     [all...]
LowerHelper.cpp 1369 void alu_binary_reg_reg(OpndSize size, ALU_Opcode opc, function
    [all...]

Completed in 680 milliseconds