Searched defs:ShiftRightArithP (Results 1 – 5 of 5) sorted by relevance
| /external/v8/src/regexp/s390/ |
| D | regexp-macro-assembler-s390.cc | 783 __ 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/ |
| D | macro-assembler-s390.h | 125 #define ShiftRightArithP srag macro 163 #define ShiftRightArithP ShiftRightArith macro
|
| D | code-stubs-s390.cc | 862 __ ShiftRightArithP(scratch, scratch, Operand(1)); in Generate() local
|
| /external/v8/src/crankshaft/s390/ |
| D | lithium-codegen-s390.cc | 1146 __ ShiftRightArithP(result, result, Operand(shift)); in DoFlooringDivByPowerOf2I() local 5670 __ ShiftRightArithP(index, index, Operand(1)); in DoShiftI() local
|
| /external/v8/src/full-codegen/s390/ |
| D | full-codegen-s390.cc | 1881 __ ShiftRightArithP(right, left, scratch1); in EmitInlineSmiBinaryOp() local
|