Searched refs:PSTXV (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | PPCInsns.def | 26 PCREL_OPT(STXV, PSTXV, ST_STX28_TO5);
|
| H A D | PPC64.cpp | 138 PSTXV = PREFIX_8LS | 0xd8000000, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrP10.td | 819 defm PSTXV : 2278 (PSTXV (COPY_TO_REGCLASS $XS, VSRC), memri34:$dst)>; 2282 def : Pat<(store v4i32:$XS, PDForm:$dst), (PSTXV $XS, memri34:$dst)>; 2286 def : Pat<(store v2i64:$XS, PDForm:$dst), (PSTXV $XS, memri34:$dst)>; 2290 def : Pat<(store v4f32:$XS, PDForm:$dst), (PSTXV $XS, memri34:$dst)>; 2294 def : Pat<(store v2f64:$XS, PDForm:$dst), (PSTXV $XS, memri34:$dst)>;
|
| H A D | P10InstrResources.td | 1934 PSTXV, PSTXVpc
|
| H A D | PPCRegisterInfo.cpp | 156 ImmToIdxMap[PPC::PLXV] = PPC::LXVX; ImmToIdxMap[PPC::PSTXV] = PPC::STXVX; in PPCRegisterInfo()
|