Home
last modified time | relevance | path

Searched refs:endBit (Results 1 – 6 of 6) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_D_T_.py518 endBit = min(curBit+8, bitRange[1])
519 numBits = endBit - curBit
522 secondByteLoc = endBit // 8
526 numBitsCut = endBit - curBit
557 endBit = min(curBit+8, bitRange[1])
560 secondByteLoc = endBit // 8
564 numBitsCut = endBit - curBit
/external/v8/src/s390/
Dassembler-s390.cc1383 const Operand& endBit, const Operand& shiftAmt, in risbg() argument
1387 rie_f_form(RISBG, dst, src, startBit, Operand(endBit.imm_ | 0x80), in risbg()
1390 rie_f_form(RISBG, dst, src, startBit, endBit, shiftAmt); in risbg()
1395 const Operand& endBit, const Operand& shiftAmt, in risbgn() argument
1399 rie_f_form(RISBGN, dst, src, startBit, Operand(endBit.imm_ | 0x80), in risbgn()
1402 rie_f_form(RISBGN, dst, src, startBit, endBit, shiftAmt); in risbgn()
Dmacro-assembler-s390.cc4095 int endBit = 63 - trailing_zeros; in AndP() local
4097 risbg(dst, src, Operand(startBit), Operand(endBit), Operand::Zero(), in AndP()
4103 int endBit = 63 - trailing_zeros; in AndP() local
4104 risbg(dst, src, Operand::Zero(), Operand(endBit), Operand::Zero(), true); in AndP()
5210 int endBit = 63 - numBitsToClear; in ClearRightImm() local
5211 risbg(dst, src, Operand::Zero(), Operand(endBit), Operand::Zero(), true); in ClearRightImm()
Dassembler-s390.h1115 const Operand& endBit, const Operand& shiftAmt,
1118 const Operand& endBit, const Operand& shiftAmt,
Dmacro-assembler-s390.h1367 int endBit = 63; // End is always LSB after shifting. in ExtractBitRange() local
1369 risbg(dst, src, Operand(startBit), Operand(endBit), Operand(shiftAmount), in ExtractBitRange()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc1525 int endBit = 63 - shiftAmount; in AssembleArchInstruction() local
1528 Operand(endBit), Operand(shiftAmount), true); in AssembleArchInstruction()
1542 int endBit = 63; in AssembleArchInstruction() local
1545 Operand(endBit), Operand(shiftAmount), true); in AssembleArchInstruction()
1557 int endBit = 63 - i.InputInt32(2); in AssembleArchInstruction() local
1560 Operand(endBit), Operand(shiftAmount), true); in AssembleArchInstruction()