Searched defs:endBit (Results 1 – 5 of 5) sorted by relevance
993 int endBit = 63 - i.InputInt32(3); in AssembleArchInstruction() local1016 int endBit = 63; in AssembleArchInstruction() local1031 int endBit = 63 - i.InputInt32(2); in AssembleArchInstruction() local
1416 int endBit = 63; // End is always LSB after shifting. in ExtractBitRange() local
4378 int endBit = 63 - trailing_zeros; in AndP() local4386 int endBit = 63 - trailing_zeros; in AndP() local5389 int endBit = 63 - numBitsToClear; in ClearRightImm() local
1789 const Operand& endBit, const Operand& shiftAmt, in risbg()1801 const Operand& endBit, const Operand& shiftAmt, in risbgn()
767 int endBit, // The bit at which we stop reading (not inclusive) in decode_integer_sequence()