Searched defs:ShiftRightArith (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 87 #define ShiftRightArith srad macro 102 #define ShiftRightArith sraw macro
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.cc | 1032 __ ShiftRightArith(result, dividend, Operand(31)); in DoDivByPowerOf2I() local 1036 __ ShiftRightArith(result, result, Operand(shift)); in DoDivByPowerOf2I() local 1135 __ ShiftRightArith(result, dividend, Operand(shift)); in DoFlooringDivByPowerOf2I() local 1175 __ ShiftRightArith(result, result, Operand(shift)); in DoFlooringDivByPowerOf2I() local 1559 __ ShiftRightArith(result, left, scratch); in DoShiftI() local 1605 __ ShiftRightArith(result, left, Operand(shift_count)); in DoShiftI() local
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 1110 __ ShiftRightArith(i.OutputRegister(), i.InputRegister(0), in AssembleArchInstruction() local
|
/external/v8/src/s390/ |
D | macro-assembler-s390.cc | 5149 void MacroAssembler::ShiftRightArith(Register dst, Register src, in ShiftRightArith() function in v8::internal::MacroAssembler 5162 void MacroAssembler::ShiftRightArith(Register dst, Register src, Register val) { in ShiftRightArith() function in v8::internal::MacroAssembler
|
D | code-stubs-s390.cc | 181 __ ShiftRightArith(r0, scratch_high, Operand(31)); in Generate() local
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 1876 __ ShiftRightArith(right, left, scratch1); in EmitInlineSmiBinaryOp() local
|