HomeSort by relevance Sort by last modified time
    Searched refs:MaskBit (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineOperand.cpp 853 unsigned MaskBit = i % 32;
854 if (getRegMask()[MaskWord] & (1 << MaskBit)) {
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 429 unsigned MaskBit = i % 32;
430 if (getRegMask()[MaskWord] & (1 << MaskBit)) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 303 unsigned MaskBit;
305 MaskBit = 1;
307 MaskBit = (ITState.Mask >> (5 - ITState.CurPosition)) & 1;
309 return MaskBit ? ITState.Cond : ARMCC::getOppositeCondition(ITState.Cond);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 1919 milliseconds