Searched refs:endBit (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/codegen/s390/ |
D | assembler-s390.h | 905 const Operand& endBit, const Operand& shiftAmt) { \ 907 DCHECK(is_uint8(endBit.immediate())); \ 910 endBit.immediate(), shiftAmt.immediate()); \
|
D | macro-assembler-s390.cc | 582 const Operand& endBit, in RotateInsertSelectBits() argument 588 Operand(static_cast<intptr_t>(endBit.immediate() | 0x80)), shiftAmt); in RotateInsertSelectBits() 590 risbg(dst, src, startBit, endBit, shiftAmt); in RotateInsertSelectBits() 3203 int endBit = 63 - trailing_zeros; in CallRecordWriteStub() local 3205 RotateInsertSelectBits(dst, src, Operand(startBit), Operand(endBit), in CallRecordWriteStub() 3211 int endBit = 63 - trailing_zeros; in CallRecordWriteStub() local 3212 RotateInsertSelectBits(dst, src, Operand::Zero(), Operand(endBit), in CallRecordWriteStub() 4527 int endBit = 63 - numBitsToClear; in CallRecordWriteStub() local 4528 RotateInsertSelectBits(dst, src, Operand::Zero(), Operand(endBit), in CallRecordWriteStub()
|
D | macro-assembler-s390.h | 155 const Operand& startBit, const Operand& endBit, 957 int endBit = 63; // End is always LSB after shifting. in ExtractBitRange() local 959 RotateInsertSelectBits(dst, src, Operand(startBit), Operand(endBit), in ExtractBitRange()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 1601 int endBit = 63 - shiftAmount; in AssembleArchInstruction() local 1604 Operand(startBit), Operand(endBit), in AssembleArchInstruction() 1619 int endBit = 63; in AssembleArchInstruction() local 1622 Operand(startBit), Operand(endBit), in AssembleArchInstruction() 1635 int endBit = 63 - i.InputInt32(2); in AssembleArchInstruction() local 1638 Operand(startBit), Operand(endBit), in AssembleArchInstruction()
|