Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 DPPCInstrP10.td368 // VX-Form: [PO VRT RA VRB XO].
375 // VX-Form: [PO VRT RA RB XO].
399 // VN-Form: [PO VRT VRA VRB PS SD XO]
404 bits<5> VRT;
411 let Inst{6-10} = VRT;
1341 def VSLDBI : VNForm_VTAB5_SD3<22, 0, (outs vrrc:$VRT),
1343 "vsldbi $VRT, $VRA, $VRB, $SH",
1345 [(set v16i8:$VRT,
1349 def VSRDBI : VNForm_VTAB5_SD3<22, 1, (outs vrrc:$VRT),
1351 "vsrdbi $VRT, $VRA, $VRB, $SH",
[all …]
H A DPPCInstrFormats.td983 // e.g. [PO VRT XO VRB XO /] or [PO VRT XO VRB XO RO]
2019 // e.g. [PO VRT EO VRB XO]
2034 /// VXForm_CR - VX crypto instructions with "VRT, VRA, ST, SIX"
2052 /// VXForm_BX - VX crypto instructions with "VRT, VRA, 0 - like vsbox"
2085 // VX-Form: [PO VRT EO VRB 1 PS XO]
2104 // VX-Form: [PO VRT VRA VRB 1 PS XO] or [PO VRT VRA VRB 1 / XO]
2126 bits<5> VRT;
2135 let Inst{6-10} = VRT;
H A DPPCInstrAltivec.td1164 // [PO VRT VRA VRB 1 PS XO], "_o" means CR6 is set.
1172 // [PO VRT VRA VRB 1 / XO]
1432 // VX-Form: [PO VRT / UIM VRB XO].
1593 // [PO VRT EO VRB 1 PS XO], "_o" means CR6 is set.
1601 // [PO VRT EO VRB 1 / XO]
H A DPPCInstrVSX.td179 // [PO VRT XO VRB XO RO], Round to Odd version of [PO VRT XO VRB XO /]
184 // [PO VRT XO VRB XO /], but the VRB is only used the left 64 bits (or less),
191 // [PO VRT XO VRB XO /]
197 // [PO VRT XO VRB XO RO], Round to Odd version of [PO VRT XO VRB XO /]
221 // [PO VRT VRA VRB XO /]
227 // [PO VRT VRA VRB XO RO], Round to Odd version of [PO VRT VRA VRB XO /]
232 // [PO VRT VRA VRB XO /]
239 // [PO VRT VRA VRB XO RO], Round to Odd version of [PO VRT VRA VRB XO /]
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DRecord.cpp2521 if (TypedInit *VRT = dyn_cast<TypedInit>(VR)) in resolveReferences() local
2523 (Twine("of type '") + VRT->getType()->getAsString() + "' ").str(); in resolveReferences()