Searched refs:shl_opc (Results 1 – 4 of 4) sorted by relevance
/dalvik/vm/compiler/codegen/x86/libenc/ |
D | enc_wrapper.h | 86 shl_opc, shr_opc, enumerator
|
D | encoder.h | 128 shld_opc, shrd_opc, shl_opc, shr_opc, enumerator
|
/dalvik/vm/compiler/codegen/x86/ |
D | LowerAlu.cpp | 533 int retval = common_shift_int(shl_opc, vA, v1, v2); in op_shl_int() 641 int retval = common_shift_int(shl_opc, vA, v1, v2); in op_shl_int_2addr() 861 int retval = common_shift_int_lit(shl_opc, vA, vB, tmp); in op_shl_int_lit16() 960 int retval = common_shift_int_lit(shl_opc, vA, vB, tmp); in op_shl_int_lit8()
|
D | LowerInvoke.cpp | 769 alu_binary_imm_reg(OpndSize_32, shl_opc, 2, P_SCRATCH_1, true); in common_invokeArgsDone() 777 alu_binary_imm_reg(OpndSize_32, shl_opc, 2, P_SCRATCH_2, true); in common_invokeArgsDone()
|