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

  /dalvik/vm/compiler/codegen/x86/
LowerReturn.cpp 78 alu_binary_imm_reg(OpndSize_32, add_opc, 6, PhysicalReg_EAX, true);
LowerAlu.cpp 88 alu_binary_imm_reg(OpndSize_32, add_opc, 0x80000000, 1, false);
461 int retval = common_alu_int(add_opc, vA, v1, v2);
569 int retval = common_alu_int(add_opc, vA, v1, v2);
785 int retval = common_alu_int_lit(add_opc, vA, vB, tmp);
894 int retval = common_alu_int_lit(add_opc, vA, vB, tmp);
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...]
LowerJump.cpp     [all...]
CodegenInterface.cpp 819 alu_binary_imm_reg(OpndSize_32, add_opc, delta, P_GPR_2, true);
850 alu_binary_imm_reg(OpndSize_32, add_opc, maxC, P_GPR_2, true);
    [all...]
LowerInvoke.cpp     [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_wrapper.h 82 add_opc = 0,or_opc, adc_opc, sbb_opc, enumerator in enum:ALU_Opcode
encoder.h 119 add_opc = 0,or_opc, adc_opc, sbb_opc, enumerator in enum:ALU_Opcode

Completed in 86 milliseconds