Home
last modified time | relevance | path

Searched refs:SETB (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp790 // On Power9, we can use SETB to extract the LT bit. This only works for in lowerCRBitSpilling()
791 // the LT bit since SETB produces -1/1/0 for LT/GT/<neither>. So the value in lowerCRBitSpilling()
799 BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::SETB8 : PPC::SETB), Reg) in lowerCRBitSpilling()
H A DPPCInstrInfo.cpp3893 Opcode == PPC::EXTSW_rec || Opcode == PPC::SETB || Opcode == PPC::SETB8 ||
H A DPPCISelDAGToDAG.cpp4368 LLVM_DEBUG(dbgs() << "Found a node that can be lowered to a SETB: "); in mayUseP9Setb()
4891 N, N->getSimpleValueType(0) == MVT::i64 ? PPC::SETB8 : PPC::SETB, in Select()
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h615 #define SETB(a) CHOICE(setb a, setb a, setb a) macro
1328 #define SETB(a) setb a macro

Completed in 22 milliseconds