Home
last modified time | relevance | path

Searched refs:stbux (Results 1 – 11 of 11) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dstore-update.ll25 ; CHECK-NEXT: stbux
95 ; CHECK-NEXT: stbux
/external/llvm/test/MC/PowerPC/
Dppc64-encoding.s212 # 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/
Dppc64le-encoding.txt163 # CHECK: stbux 2, 3, 4
Dppc64-encoding.txt163 # CHECK: stbux 2, 3, 4
/external/valgrind/none/tests/ppc32/
Djm-int.stdout.exp1579 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/
Dassembler-ppc.h881 void stbux(Register dst, const MemOperand& src);
Dassembler-ppc.cc1252 void Assembler::stbux(Register rs, const MemOperand& src) { in stbux() function in v8::internal::Assembler
/external/valgrind/none/tests/ppc64/
Djm-int.stdout.exp-LE4740 stbux 0000000000000000, 0 => 0000000000000000, 0 (00000000 00000000)
4741 stbux 0000001cbe991def, 8 => 00000000000000ef, 8 (00000000 00000000)
4742 stbux ffffffffffffffff, 16 => 00000000000000ff, 16 (00000000 00000000)
Djm-int.stdout.exp4740 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/
DPPCInstr64Bit.td1053 "stbux $rS, $dst", IIC_LdStStoreUpd, []>,
DPPCInstrInfo.td1812 "stbux $rS, $dst", IIC_LdStStoreUpd, []>,