Searched refs:stbux (Results 1 – 11 of 11) sorted by relevance
/external/llvm/test/CodeGen/PowerPC/ |
D | store-update.ll | 25 ; CHECK-NEXT: stbux 95 ; CHECK-NEXT: stbux
|
/external/llvm/test/MC/PowerPC/ |
D | 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
|
/external/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64le-encoding.txt | 163 # CHECK: stbux 2, 3, 4
|
D | ppc64-encoding.txt | 163 # CHECK: stbux 2, 3, 4
|
/external/valgrind/none/tests/ppc32/ |
D | jm-int.stdout.exp | 1579 stbux 00000000, 0 => 00000000, 0 (00000000 00000000) 1580 stbux 000f423f, 4 => 3f000000, 4 (00000000 00000000) 1581 stbux ffffffff, 8 => ff000000, 8 (00000000 00000000)
|
/external/v8/src/ppc/ |
D | assembler-ppc.h | 881 void stbux(Register dst, const MemOperand& src);
|
D | assembler-ppc.cc | 1252 void Assembler::stbux(Register rs, const MemOperand& src) { in stbux() function in v8::internal::Assembler
|
/external/valgrind/none/tests/ppc64/ |
D | jm-int.stdout.exp-LE | 4740 stbux 0000000000000000, 0 => 0000000000000000, 0 (00000000 00000000) 4741 stbux 0000001cbe991def, 8 => 00000000000000ef, 8 (00000000 00000000) 4742 stbux ffffffffffffffff, 16 => 00000000000000ff, 16 (00000000 00000000)
|
D | jm-int.stdout.exp | 4740 stbux 0000000000000000, 0 => 0000000000000000, 0 (00000000 00000000) 4741 stbux 0000001cbe991def, 8 => ef00000000000000, 8 (00000000 00000000) 4742 stbux ffffffffffffffff, 16 => ff00000000000000, 16 (00000000 00000000)
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 1053 "stbux $rS, $dst", IIC_LdStStoreUpd, []>,
|
D | PPCInstrInfo.td | 1812 "stbux $rS, $dst", IIC_LdStStoreUpd, []>,
|