Home
last modified time | relevance | path

Searched refs:alu_binary_reg_reg (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
DLowerAlu.cpp61 alu_binary_reg_reg(OpndSize_64, xor_opc, 2, false, 2, false); in op_neg_long()
62 alu_binary_reg_reg(OpndSize_64, sub_opc, 1, false, 2, false); in op_neg_long()
75 alu_binary_reg_reg(OpndSize_64, andn_opc, 2, false, 1, false); in op_not_long()
103 alu_binary_reg_reg(OpndSize_64, xor_opc, 1, false, 2, false); in op_neg_double()
448 alu_binary_reg_reg(OpndSize_32, opc, PhysicalReg_ECX, true, 1, false); in common_shift_int()
793 alu_binary_reg_reg(OpndSize_32, opc, 1, false, 2, false); in alu_rsub_int()
1011 alu_binary_reg_reg(OpndSize_32, add_opc, 2, false, 1, false); in div_lit_strength_reduction()
1025 alu_binary_reg_reg(OpndSize_32, add_opc, 2, false, 1, false); in div_lit_strength_reduction()
1136 alu_binary_reg_reg(OpndSize_64, opc, 2, false, 1, false); in common_alu_long()
1267 alu_binary_reg_reg(OpndSize_32, add_opc, 2, false, 1, false); in common_mul_long()
[all …]
DLowerInvoke.cpp770 alu_binary_reg_reg(OpndSize_32, sub_opc, P_SCRATCH_1, true, P_GPR_3, true); in common_invokeArgsDone()
778 alu_binary_reg_reg(OpndSize_32, sub_opc, P_SCRATCH_2, true, P_GPR_3, true); in common_invokeArgsDone()
1009 alu_binary_reg_reg(OpndSize_32, xor_opc, 2, false, 1, false); in op_execute_inline()
1010 alu_binary_reg_reg(OpndSize_32, sub_opc, 2, false, 1, false); in op_execute_inline()
1021 alu_binary_reg_reg(OpndSize_32, xor_opc, 5, false, 1, false); in op_execute_inline()
1024 alu_binary_reg_reg(OpndSize_32, xor_opc, 2, false, 3, false); in op_execute_inline()
1068 alu_binary_reg_reg(OpndSize_32, xor_opc, 1, false, 1, false); in op_execute_inline()
DLower.h699 void alu_binary_reg_reg(OpndSize size, ALU_Opcode opc,
DLowerJump.cpp1468 alu_binary_reg_reg(OpndSize_32, add_opc, P_GPR_2, true, PhysicalReg_EDX, true); in common_periodicChecks4()
DLowerHelper.cpp1369 void alu_binary_reg_reg(OpndSize size, ALU_Opcode opc, in alu_binary_reg_reg() function