Home
last modified time | relevance | path

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

/external/v8/src/compiler/s390/
Dcode-generator-s390.cc1525 int endBit = 63 - shiftAmount; in AssembleArchInstruction() local
1542 int endBit = 63; in AssembleArchInstruction() local
1557 int endBit = 63 - i.InputInt32(2); in AssembleArchInstruction() local
/external/v8/src/s390/
Dmacro-assembler-s390.h1367 int endBit = 63; // End is always LSB after shifting. in ExtractBitRange() local
Dassembler-s390.cc1383 const Operand& endBit, const Operand& shiftAmt, in risbg()
1395 const Operand& endBit, const Operand& shiftAmt, in risbgn()
Dmacro-assembler-s390.cc4095 int endBit = 63 - trailing_zeros; in AndP() local
4103 int endBit = 63 - trailing_zeros; in AndP() local
5210 int endBit = 63 - numBitsToClear; in ClearRightImm() local