Home
last modified time | relevance | path

Searched refs:VRT (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt57 VR[VRT].word[i] ← EXTS32(VR[VRB].word[i].byte[3])
65 VR[VRT].word[i] ← EXTS32(VR[VRB].word[i].hword[1])
73 VR[VRT].dword[i] ← EXTS64(VR[VRB].dword[i].byte[7])
81 VR[VRT].dword[i] ← EXTS64(VR[VRB].dword[i].hword[3])
89 VR[VRT].dword[i] ← EXTS64(VR[VRB].dword[i].word[1])
123 VR[VRT].byte[i] ← src.byte[i:i+1].bit[sh:sh+7]
126 VR[VRT].byte[i] is composed of 2 bytes from src.byte[i:i+1]
H A DPPCInstrFormats.td1018 // e.g. [PO VRT XO VRB XO /] or [PO VRT XO VRB XO RO]
2125 // e.g. [PO VRT EO VRB XO]
2140 /// VXForm_CR - VX crypto instructions with "VRT, VRA, ST, SIX"
2158 /// VXForm_BX - VX crypto instructions with "VRT, VRA, 0 - like vsbox"
2191 // VX-Form: [PO VRT EO VRB 1 PS XO]
2210 // VX-Form: [PO VRT VRA VRB 1 PS XO] or [PO VRT VRA VRB 1 / XO]
2269 bits<5> VRT;
2278 let Inst{6-10} = VRT;
[all...]
H A DPPCInstrP10.td371 // VX-Form: [PO VRT RA VRB XO].
378 // VX-Form: [PO VRT RA RB XO].
402 // VN-Form: [PO VRT VRA VRB PS SD XO]
407 bits<5> VRT;
414 let Inst{6-10} = VRT;
1427 def VSLDBI : VNForm_VTAB5_SD3<22, 0, (outs vrrc:$VRT),
1429 "vsldbi $VRT, $VRA, $VRB, $SD",
1431 [(set v16i8:$VRT,
1435 def VSRDBI : VNForm_VTAB5_SD3<22, 1, (outs vrrc:$VRT),
1437 "vsrdbi $VRT, $VRA, $VRB, $SD",
[all …]
H A DPPCInstrAltivec.td1173 // [PO VRT VRA VRB 1 PS XO], "_o" means CR6 is set.
1181 // [PO VRT VRA VRB 1 / XO]
1441 // VX-Form: [PO VRT / UIM VRB XO].
1602 // [PO VRT EO VRB 1 PS XO], "_o" means CR6 is set.
1610 // [PO VRT EO VRB 1 / XO]
H A DPPCInstrVSX.td181 // [PO VRT XO VRB XO RO], Round to Odd version of [PO VRT XO VRB XO /]
186 // [PO VRT XO VRB XO /], but the VRB is only used the left 64 bits (or less),
193 // [PO VRT XO VRB XO /]
199 // [PO VRT XO VRB XO RO], Round to Odd version of [PO VRT XO VRB XO /]
223 // [PO VRT VRA VRB XO /]
229 // [PO VRT VRA VRB XO RO], Round to Odd version of [PO VRT VRA VRB XO /]
234 // [PO VRT VRA VRB XO /]
241 // [PO VRT VRA VRB XO RO], Round to Odd version of [PO VRT VRA VRB XO /]
249 (outs vrrc:$VRT), (ins u1imm:$R, vrrc:$VRB, u2imm:$idx),
250 !strconcat(opc, " $R, $VRT, $VRB, $idx"), IIC_VecFP, pattern> {
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dphy-mtk-xsphy.txt47 - mediatek,eye-vrt : u32, the selection of VRT reference voltage
H A Dphy-mtk-tphy.txt62 - mediatek,eye-vrt : u32, the selection of VRT reference voltage
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2855 if (TypedInit *VRT = dyn_cast<TypedInit>(VR)) in resolveReferences() local
2857 (Twine("of type '") + VRT->getType()->getAsString() + "' ").str(); in resolveReferences()