Searched refs:LXV (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | PPCInsns.def | 15 PCREL_OPT(LXV, PLXV, ST_STX28_TO5);
|
H A D | PPC64.cpp | 97 LXV = 0xf4000001, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.h | 114 PPC::RESTORE_CRBIT, PPC::LVX, PPC::LXV, PPC::DFLOADf64, \ 122 PPC::RESTORE_CRBIT, PPC::LVX, PPC::LXV, PPC::DFLOADf64, \ 130 PPC::RESTORE_CRBIT, PPC::LVX, PPC::LXV, PPC::DFLOADf64, \
|
H A D | PPCPreEmitPeephole.cpp | 80 case PPC::LXV: in hasPCRelativeForm()
|
H A D | PPCRegisterInfo.cpp | 129 ImmToIdxMap[PPC::LXV] = PPC::LXVX; in PPCRegisterInfo() 1550 case PPC::LXV: in offsetMinAlignForOpcode()
|
H A D | P10InstrResources.td | 1247 LXV
|
H A D | P9InstrResources.td | 726 LXV,
|
H A D | PPCInstrVSX.td | 1671 def LXV : DQ_RD6_RS5_DQ12<61, 1, (outs vsrc:$XT), (ins (memrix16 $DQ, $RA):$addr), 3930 def : Pat<(Ty (load DQForm:$src)), (LXV memrix16:$src)>; 3937 (COPY_TO_REGCLASS (LXV memrix16:$src), VRRC)>; 3940 def : Pat<(v4i32 (int_ppc_vsx_lxvw4x DQForm:$src)), (LXV memrix16:$src)>; 3941 def : Pat<(v2f64 (int_ppc_vsx_lxvd2x DQForm:$src)), (LXV memrix16:$src)>;
|
H A D | PPCInstrInfo.cpp | 4286 III.ImmOpcode = PPC::LXV; in instrHasImmForm()
|