/external/llvm/test/CodeGen/PowerPC/ |
store-update.ll | 25 ; CHECK-NEXT: stbux 95 ; CHECK-NEXT: stbux
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
common.s | 166 stbux 13,14,15
|
476.s | 420 stbux 13,14,15
|
a2.s | 454 stbux 10,11,12
|
common.d | 174 28c: (7d ae 79 ee|ee 79 ae 7d) stbux r13,r14,r15
|
476.d | 427 684: (7d ae 79 ee|ee 79 ae 7d) stbux r13,r14,r15
|
a2.d | 479 70c: (7d 4b 61 ee|ee 61 4b 7d) stbux r10,r11,r12
|
/external/compiler-rt/lib/asan/ |
asan_posix.cc | 61 // stbu rs,d(ra) stbux rs,ra,rb
|
/external/v8/src/ppc/ |
disasm-ppc.cc | 790 case STBUX: { 791 Format(instr, "stbux 'rs, 'ra, 'rb"); [all...] |
constants-ppc.h | 222 STBUX = 247 << 1, // store byte w/ update x-form
|
assembler-ppc.cc | 1221 void Assembler::stbux(Register rs, const MemOperand& src) { function in class:v8::internal::Assembler [all...] |
assembler-ppc.h | 872 void stbux(Register dst, const MemOperand& src); [all...] |
simulator-ppc.cc | [all...] |
/external/llvm/test/MC/PowerPC/ |
ppc64-encoding.s | 212 # CHECK-BE: stbux 2, 3, 4 # encoding: [0x7c,0x43,0x21,0xee] 213 # CHECK-LE: stbux 2, 3, 4 # encoding: [0xee,0x21,0x43,0x7c] 214 stbux 2, 3, 4 [all...] |
/external/llvm/test/MC/Disassembler/PowerPC/ |
ppc64-encoding.txt | 163 # CHECK: stbux 2, 3, 4
|
ppc64le-encoding.txt | 163 # CHECK: stbux 2, 3, 4
|
/external/valgrind/none/tests/ppc32/ |
jm-int.stdout.exp | [all...] |
jm-insns.c | [all...] |
/external/pcre/dist/sljit/ |
sljitNativePPC_common.c | 750 /* u b w x s */ HI(31) | LO(247) /* stbux */, 800 /* s b w x s */ HI(31) | LO(247) /* stbux */, [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCInstr64Bit.td | [all...] |
PPCInstrInfo.td | [all...] |
/external/valgrind/none/tests/ppc64/ |
jm-int.stdout.exp | [all...] |
jm-int.stdout.exp-LE | [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/ |
asm9.go | [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/ |
asm9.go | [all...] |