Home
last modified time | relevance | path

Searched defs:ShiftRightArithP (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/regexp/s390/
Dregexp-macro-assembler-s390.cc783 __ ShiftRightArithP(r3, r3, Operand(1)); in GetCode() local
784 __ ShiftRightArithP(r4, r4, Operand(1)); in GetCode() local
785 __ ShiftRightArithP(r5, r5, Operand(1)); in GetCode() local
786 __ ShiftRightArithP(r6, r6, Operand(1)); in GetCode() local
803 __ ShiftRightArithP(r3, r3, Operand(1)); in GetCode() local
804 __ ShiftRightArithP(r4, r4, Operand(1)); in GetCode() local
/external/v8/src/s390/
Dmacro-assembler-s390.h124 #define ShiftRightArithP srag macro
161 #define ShiftRightArithP ShiftRightArith macro
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc1537 __ ShiftRightArithP(right, left, scratch1); in EmitInlineSmiBinaryOp() local
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc1166 __ ShiftRightArithP(result, result, Operand(shift)); in DoFlooringDivByPowerOf2I() local
5592 __ ShiftRightArithP(index, index, Operand(1)); in DoShiftI() local