Home
last modified time | relevance | path

Searched defs:endBit (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h957 int endBit = 63; // End is always LSB after shifting. in ExtractBitRange() local
H A Dmacro-assembler-s390.cc3203 int endBit = 63 - trailing_zeros; in CallRecordWriteStub() local
3211 int endBit = 63 - trailing_zeros; in CallRecordWriteStub() local
4527 int endBit = 63 - numBitsToClear; in CallRecordWriteStub() local
580 RotateInsertSelectBits(Register dst, Register src, const Operand& startBit, const Operand& endBit, const Operand& shiftAmt, bool zeroBits) RotateInsertSelectBits() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc1601 int endBit = 63 - shiftAmount; in AssembleArchInstruction() local
1619 int endBit = 63; in AssembleArchInstruction() local
1635 int endBit = 63 - i.InputInt32(2); in AssembleArchInstruction() local

Completed in 17 milliseconds