Home
last modified time | relevance | path

Searched refs:ImmOpcode (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp3883 III.ImmOpcode = PPC::ADDIC_rec; in instrHasImmForm()
3990 III.ImmOpcode = PPC::SRAWI; in instrHasImmForm()
4044 III.ImmOpcode = PPC::SRADI; in instrHasImmForm()
4093 III.ImmOpcode = PPC::LWA; in instrHasImmForm()
4106 III.ImmOpcode = PPC::STD; in instrHasImmForm()
4151 III.ImmOpcode = PPC::LDU; in instrHasImmForm()
4163 III.ImmOpcode = PPC::STDU; in instrHasImmForm()
4197 III.ImmOpcode = PPC::LXV; in instrHasImmForm()
4229 III.ImmOpcode = PPC::STXV; in instrHasImmForm()
4892 MI.setDesc(get(III.ImmOpcode)); in transformToImmFormFedByAdd()
[all …]
H A DPPCRegisterInfo.h67 unsigned getMappedIdxOpcForImmOpc(unsigned ImmOpcode) const { in getMappedIdxOpcForImmOpc() argument
68 if (!ImmToIdxMap.count(ImmOpcode)) in getMappedIdxOpcForImmOpc()
70 return ImmToIdxMap.find(ImmOpcode)->second; in getMappedIdxOpcForImmOpc()
H A DPPCInstrInfo.h96 uint64_t ImmOpcode : 16; member