Searched refs:XTEST (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrTSX.td | 17 def X86xtest: SDNode<"X86ISD::XTEST", SDTypeProfile<1, 0, [SDTCisVT<0, i32>]>, 43 def XTEST : I<0x01, MRM_D6, (outs), (ins),
|
H A D | X86IntrinsicsInfo.h | 31 XTEST, enumerator 337 X86_INTRINSIC_DATA(xtest, XTEST, X86ISD::XTEST, 0),
|
H A D | X86ISelLowering.h | 700 XTEST, enumerator
|
H A D | X86SchedSapphireRapids.td | 5200 def : InstRW<[SPRWriteResGroup576], (instrs XTEST)>;
|
H A D | X86ISelLowering.cpp | 27224 case XTEST: { in LowerINTRINSIC_W_CHAIN() 33945 NODE_NAME_CASE(XTEST) in getTargetNodeName()
|