Searched defs:ShiftRightArithP (Results 1 – 2 of 2) sorted by relevance
| /external/v8/src/regexp/s390/ |
| D | regexp-macro-assembler-s390.cc | 781 __ ShiftRightArithP(r3, r3, Operand(1)); in GetCode() local 782 __ ShiftRightArithP(r4, r4, Operand(1)); in GetCode() local 783 __ ShiftRightArithP(r5, r5, Operand(1)); in GetCode() local 784 __ ShiftRightArithP(r6, r6, Operand(1)); in GetCode() local 801 __ ShiftRightArithP(r3, r3, Operand(1)); in GetCode() local 802 __ ShiftRightArithP(r4, r4, Operand(1)); in GetCode() local
|
| /external/v8/src/s390/ |
| D | macro-assembler-s390.h | 113 #define ShiftRightArithP srag macro 150 #define ShiftRightArithP ShiftRightArith macro
|