Home
last modified time | relevance | path

Searched refs:STBU (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dphi-eliminate.mir162 …; CHECK: %25:g8rc_and_g8rc_nox0 = STBU killed %24, -1, undef %0:g8rc_and_g8rc_nox0 :: (store (s8…
185 …; CHECK: %34:g8rc_and_g8rc_nox0 = STBU killed %33, -1, killed %27 :: (store unknown-size into %i…
213 …; CHECK: dead %50:g8rc_and_g8rc_nox0 = STBU killed %49, -1, killed %54 :: (store unknown-size in…
246 …%25:g8rc_and_g8rc_nox0 = STBU killed %24, -1, undef %0:g8rc_and_g8rc_nox0 :: (store (s8) into %ir.…
266 …%34:g8rc_and_g8rc_nox0 = STBU killed %33, -1, killed %27 :: (store unknown-size into %ir.7, align …
289 …dead %50:g8rc_and_g8rc_nox0 = STBU killed %49, -1, killed %54 :: (store unknown-size into %ir.7, a…
H A Dconvert-rr-to-ri-instrs.mir5228 ; CHECK: STBU %3, 966, %0
5235 ; CHECK: STBU %3, 777, %0
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp257 case PPC::STBU: in decodeMemRIOperands()
/llvm-project-15.0.7/lld/ELF/Arch/
H A DPPC64.cpp54 STBU = 39, enumerator
513 case STBU: in isInstructionUpdateForm()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DP10InstrResources.td1802 STBU, STBU8,
H A DPPCInstrInfo.cpp4208 case PPC::STBUX: III.ImmOpcode = PPC::STBU; break; in instrHasImmForm()
H A DPPCInstrInfo.td1964 def STBU : DForm_1<39, (outs ptr_rc_nor0:$ea_res), (ins gprc:$rS, memri:$dst),
1987 (STBU $rS, iaddroff:$ptroff, $ptrreg)>;