Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dconstants-ppc.h129 STBU = 39 << 26, // Store Byte with Update enumerator
Ddisasm-ppc.cc1276 case STBU: { in InstructionDecode()
Dsimulator-ppc.cc3597 case STBU: in ExecuteGeneric()
3605 if (opcode == STBU) { in ExecuteGeneric()
/external/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp336 case PPC::STBU: in decodeMemRIOperands()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td1742 def STBU : DForm_1<39, (outs ptr_rc_nor0:$ea_res), (ins gprc:$rS, memri:$dst),
1763 (STBU $rS, iaddroff:$ptroff, $ptrreg)>;