Searched refs:OPC_AND_RST (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/lld/ELF/Arch/ |
H A D | PPCInsns.def | 5 PCREL_OPT(LBZ, PLBZ, OPC_AND_RST); 6 PCREL_OPT(LHZ, PLHZ, OPC_AND_RST); 7 PCREL_OPT(LWZ, PLWZ, OPC_AND_RST); 8 PCREL_OPT(LHA, PLHA, OPC_AND_RST); 11 PCREL_OPT(LFS, PLFS, OPC_AND_RST); 13 PCREL_OPT(LFD, PLFD, OPC_AND_RST); 16 PCREL_OPT(LXVP, PLXVP, OPC_AND_RST); 18 PCREL_OPT(STB, PSTB, OPC_AND_RST); 19 PCREL_OPT(STH, PSTH, OPC_AND_RST); 20 PCREL_OPT(STW, PSTW, OPC_AND_RST); [all …]
|
H A D | PPC64.cpp | 146 OPC_AND_RST = 0xffe00000, // Primary opc (0-5) and R[ST] (6-10). enumerator
|