Home
last modified time | relevance | path

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

/external/v8/src/compiler/s390/
Dcode-generator-s390.cc993 int endBit = 63 - i.InputInt32(3); in AssembleArchInstruction() local
1016 int endBit = 63; in AssembleArchInstruction() local
1031 int endBit = 63 - i.InputInt32(2); in AssembleArchInstruction() local
/external/v8/src/s390/
Dmacro-assembler-s390.h1416 int endBit = 63; // End is always LSB after shifting. in ExtractBitRange() local
Dmacro-assembler-s390.cc4378 int endBit = 63 - trailing_zeros; in AndP() local
4386 int endBit = 63 - trailing_zeros; in AndP() local
5389 int endBit = 63 - numBitsToClear; in ClearRightImm() local
Dassembler-s390.cc1789 const Operand& endBit, const Operand& shiftAmt, in risbg()
1801 const Operand& endBit, const Operand& shiftAmt, in risbgn()
/external/skia/src/utils/
DSkTextureCompressor_ASTC.cpp767 int endBit, // The bit at which we stop reading (not inclusive) in decode_integer_sequence()