/external/llvm/test/CodeGen/PowerPC/ |
D | atomics-indexed.ll | 50 ; CHECK: stbx
|
/external/valgrind/exp-bbv/tests/ppc32-linux/ |
D | ll.S | 125 stbx 10,21,8
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-encoding.s | 206 # CHECK-BE: stbx 2, 3, 4 # encoding: [0x7c,0x43,0x21,0xae] 207 # CHECK-LE: stbx 2, 3, 4 # encoding: [0xae,0x21,0x43,0x7c] 208 stbx 2, 3, 4
|
/external/llvm/lib/Target/PowerPC/ |
D | README.txt | 41 stbx r8, r4, r7 53 stbx r0, r2, r9
|
D | PPCInstr64Bit.td | 1012 "stbx $rS, $dst", IIC_LdStStore,
|
D | PPCInstrInfo.td | 1776 "stbx $rS, $dst", IIC_LdStStore,
|
/external/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64le-encoding.txt | 157 # CHECK: stbx 2, 3, 4
|
D | ppc64-encoding.txt | 157 # CHECK: stbx 2, 3, 4
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1637 ASSEMBLE_STORE_INTEGER(stb, stbx); in AssembleArchInstruction() 1686 ASSEMBLE_CHECKED_STORE_INTEGER(stb, stbx); in AssembleArchInstruction() 1726 ASSEMBLE_ATOMIC_STORE_INTEGER(stb, stbx); in AssembleArchInstruction()
|
/external/valgrind/none/tests/ppc32/ |
D | jm-int.stdout.exp | 1575 stbx 00000000, 0 => 00000000, 0 (00000000 00000000) 1576 stbx 000f423f, 4 => 3f000000, 0 (00000000 00000000) 1577 stbx ffffffff, 8 => ff000000, 0 (00000000 00000000)
|
/external/v8/src/ppc/ |
D | assembler-ppc.h | 880 void stbx(Register dst, const MemOperand& src);
|
D | assembler-ppc.cc | 1243 void Assembler::stbx(Register rs, const MemOperand& src) { in stbx() function in v8::internal::Assembler
|
D | macro-assembler-ppc.cc | 4530 stbx(src, MemOperand(base, scratch)); in StoreByte()
|
/external/valgrind/none/tests/ppc64/ |
D | jm-int.stdout.exp-LE | 4736 stbx 0000000000000000, 0 => 0000000000000000, 0 (00000000 00000000) 4737 stbx 0000001cbe991def, 8 => 00000000000000ef, 0 (00000000 00000000) 4738 stbx ffffffffffffffff, 16 => 00000000000000ff, 0 (00000000 00000000)
|
D | jm-int.stdout.exp | 4736 stbx 0000000000000000, 0 => 0000000000000000, 0 (00000000 00000000) 4737 stbx 0000001cbe991def, 8 => ef00000000000000, 0 (00000000 00000000) 4738 stbx ffffffffffffffff, 16 => ff00000000000000, 0 (00000000 00000000)
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 4198 __ stbx(value, mem_operand); in DoShiftI() local
|
/external/valgrind/VEX/orig_ppc32/ |
D | return0.orig | 13311 0x25474DEC: 7CBCE9AE stbx r5,r28,r29
|
D | date.orig | 13839 0x25474DEC: 7CBCE9AE stbx r5,r28,r29 97495 0xFEC8140: 7CDD19AE stbx r6,r29,r3
|