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.cc1229 int endBit = 63 - i.InputInt32(3); in AssembleArchInstruction() local
1249 int endBit = 63 - shiftAmount; in AssembleArchInstruction() local
1266 int endBit = 63; in AssembleArchInstruction() local
1281 int endBit = 63 - i.InputInt32(2); in AssembleArchInstruction() local
/external/v8/src/s390/
Dmacro-assembler-s390.h1380 int endBit = 63; // End is always LSB after shifting. in ExtractBitRange() local
Dmacro-assembler-s390.cc4120 int endBit = 63 - trailing_zeros; in AndP() local
4128 int endBit = 63 - trailing_zeros; in AndP() local
5181 int endBit = 63 - numBitsToClear; in ClearRightImm() local
Dassembler-s390.cc1824 const Operand& endBit, const Operand& shiftAmt, in risbg()
1836 const Operand& endBit, const Operand& shiftAmt, in risbgn()