Searched refs:VRT (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | README_P9.txt | 57 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 D | PPCInstrFormats.td | 969 // e.g. [PO VRT XO VRB XO /] or [PO VRT XO VRB XO RO] 2005 // e.g. [PO VRT EO VRB XO] 2020 /// VXForm_CR - VX crypto instructions with "VRT, VRA, ST, SIX" 2038 /// VXForm_BX - VX crypto instructions with "VRT, VRA, 0 - like vsbox" 2071 // VX-Form: [PO VRT EO VRB 1 PS XO] 2090 // VX-Form: [PO VRT VRA VRB 1 PS XO] or [PO VRT VRA VRB 1 / XO] 2112 bits<5> VRT; 2121 let Inst{6-10} = VRT;
|
| H A D | PPCInstrPrefix.td | 322 // VX-Form: [PO VRT RA VRB XO]. 329 // VX-Form: [PO VRT RA RB XO]. 353 // VN-Form: [PO VRT VRA VRB PS SD XO] 358 bits<5> VRT; 365 let Inst{6-10} = VRT; 887 8LS_DForm_R_SI34_RTA5_p<43, (outs vfrc:$VRT), (ins memri34:$D_RA), 888 (ins memri34_pcrel:$D_RA), "plxssp $VRT, $D_RA", 891 8LS_DForm_R_SI34_RTA5_p<42, (outs vfrc:$VRT), (ins memri34:$D_RA), 892 (ins memri34_pcrel:$D_RA), "plxsd $VRT, $D_RA", 1930 def VSLDBI : VNForm_VTAB5_SD3<22, 0, (outs vrrc:$VRT), [all …]
|
| H A D | PPCInstrAltivec.td | 1409 // VX-Form: [PO VRT / UIM VRB XO]. 1570 // [PO VRT EO VRB 1 PS XO], "_o" means CR6 is set. 1578 // [PO VRT EO VRB 1 / XO] 1601 // [PO VRT VRA VRB 1 PS XO], "_o" means CR6 is set. 1609 // [PO VRT VRA VRB 1 / XO]
|
| H A D | PPCInstrVSX.td | 199 // [PO VRT XO VRB XO RO], Round to Odd version of [PO VRT XO VRB XO /] 204 // [PO VRT XO VRB XO /], but the VRB is only used the left 64 bits (or less), 211 // [PO VRT XO VRB XO /] 217 // [PO VRT XO VRB XO RO], Round to Odd version of [PO VRT XO VRB XO /] 241 // [PO VRT VRA VRB XO /] 247 // [PO VRT VRA VRB XO RO], Round to Odd version of [PO VRT VRA VRB XO /] 252 // [PO VRT VRA VRB XO /] 259 // [PO VRT VRA VRB XO RO], Round to Odd version of [PO VRT VRA VRB XO /]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| H A D | Record.cpp | 2387 if (TypedInit *VRT = dyn_cast<TypedInit>(VR)) in resolveReferences() local 2389 (Twine("of type '") + VRT->getType()->getAsString() + "' ").str(); in resolveReferences()
|