Searched refs:common_shift_int (Results 1 – 1 of 1) sorted by relevance
/dalvik/vm/compiler/codegen/x86/ |
D | LowerAlu.cpp | 424 int common_shift_int(ALU_Opcode opc, u2 vA, u2 v1, u2 v2) { in common_shift_int() function 515 int retval = common_shift_int(shl_opc, vA, v1, v2); in op_shl_int() 527 int retval = common_shift_int(sar_opc, vA, v1, v2); in op_shr_int() 539 int retval = common_shift_int(shr_opc, vA, v1, v2); in op_ushr_int() 623 int retval = common_shift_int(shl_opc, vA, v1, v2); in op_shl_int_2addr() 635 int retval = common_shift_int(sar_opc, vA, v1, v2); in op_shr_int_2addr() 647 int retval = common_shift_int(shr_opc, vA, v1, v2); in op_ushr_int_2addr()
|