Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2715 III.ImmOpcode = PPC::ADDICo; in instrHasImmForm()
2806 III.ImmOpcode = PPC::SRAWI; in instrHasImmForm()
2852 III.ImmOpcode = PPC::SRADI; in instrHasImmForm()
2901 III.ImmOpcode = PPC::LWA; in instrHasImmForm()
2914 III.ImmOpcode = PPC::STD; in instrHasImmForm()
2959 III.ImmOpcode = PPC::LDU; in instrHasImmForm()
2971 III.ImmOpcode = PPC::STDU; in instrHasImmForm()
3005 III.ImmOpcode = PPC::LXV; in instrHasImmForm()
3037 III.ImmOpcode = PPC::STXV; in instrHasImmForm()
3355 MI.setDesc(get(III.ImmOpcode)); in transformToImmFormFedByAdd()
[all …]
H A DPPCInstrInfo.h99 uint64_t ImmOpcode : 16; member