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

  /dalvik/vm/compiler/codegen/x86/
LowerAlu.cpp 228 alu_binary_imm_mem(OpndSize_16, or_opc, 0xc00, 0, PhysicalReg_ESP, true);
313 alu_binary_imm_mem(OpndSize_16, or_opc, 0xc00, 0, PhysicalReg_ESP, true);
509 int retval = common_alu_int(or_opc, vA, v1, v2);
617 int retval = common_alu_int(or_opc, vA, v1, v2);
839 int retval = common_alu_int_lit(or_opc, vA, vB, tmp);
938 int retval = common_alu_int_lit(or_opc, vA, vB, tmp);
    [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 64 milliseconds