Home
last modified time | relevance | path

Searched refs:TH_EXTU (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1231 SDNode *TH_EXTU = CurDAG->getMachineNode( in Select() local
1232 RISCV::TH_EXTU, DL, VT, X, CurDAG->getTargetConstant(Msb, DL, VT), in Select()
1234 ReplaceNode(Node, TH_EXTU); in Select()
H A DRISCVInstrInfoXTHead.td259 def TH_EXTU : THBitfieldExtract_rii<0b011, "th.extu">;