/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_wrapper.h | 86 shl_opc, shr_opc, enumerator in enum:ALU_Opcode
|
encoder.h | 128 shld_opc, shrd_opc, shl_opc, shr_opc, enumerator in enum:Shift_Opcode
|
/dalvik/vm/compiler/codegen/x86/ |
LowerAlu.cpp | 533 int retval = common_shift_int(shl_opc, vA, v1, v2); 641 int retval = common_shift_int(shl_opc, vA, v1, v2); 861 int retval = common_shift_int_lit(shl_opc, vA, vB, tmp); 960 int retval = common_shift_int_lit(shl_opc, vA, vB, tmp); [all...] |
LowerInvoke.cpp | 769 alu_binary_imm_reg(OpndSize_32, shl_opc, 2, P_SCRATCH_1, true); 777 alu_binary_imm_reg(OpndSize_32, shl_opc, 2, P_SCRATCH_2, true); [all...] |