Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dmacro-assembler-s390.h906 int endBit = 63; // End is always LSB after shifting. in ExtractBitRange() local
Dmacro-assembler-s390.cc361 const Operand& startBit, const Operand& endBit, in RotateInsertSelectBits()
3029 int endBit = 63 - trailing_zeros; in AndP() local
3037 int endBit = 63 - trailing_zeros; in AndP() local
4255 int endBit = 63 - numBitsToClear; in ClearRightImm() local
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc1811 int endBit = 63 - shiftAmount; in AssembleArchInstruction() local
1828 int endBit = 63; in AssembleArchInstruction() local
1843 int endBit = 63 - i.InputInt32(2); in AssembleArchInstruction() local