HomeSort by relevance Sort by last modified time
    Searched full:stdux (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/test/CodeGen/PowerPC/
2012-10-11-dynalloc.ll 16 ; identified by the stdux used to update the back-chain link.
17 ; CHECK: stdux
18 ; CHECK: stdux
Frames-large.ll 39 ; PPC64-NOFP: stdux r1, r1, r0
49 ; PPC64-FP: stdux r1, r1, r0
dyn-alloca-aligned.ll 29 ; CHECK: stdux {{[0-9]+}}, 1, [[REG1]]
stack-realign.ll 38 ; CHECK: stdux 1, 1, 0
61 ; CHECK-FP: stdux 1, 1, 0
123 ; CHECK: stdux 1, 1, 0
183 ; CHECK: stdux 1, 1, 0
200 ; CHECK-FP: stdux 1, 1, 0
stdux-constuse.ll 33 ; CHECK: stdux
store-update.ll 168 ; CHECK-NEXT: stdux
  /external/compiler-rt/lib/asan/
asan_posix.cc 51 // stdux r1,r1,r0 # store sp to [sp-10000] and update sp by -10000
64 // stdu rs,ds(ra) stdux rs,ra,rb
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
a2.s 463 stdux 10,11,12
a2.d 488 730: (7d 4b 61 6a|6a 61 4b 7d) stdux r10,r11,r12
  /external/v8/src/ppc/
disasm-ppc.cc 847 case STDUX: {
848 Format(instr, "stdux 'rt, 'ra, 'rb");
    [all...]
constants-ppc.h 205 STDUX = 181 << 1,
assembler-ppc.cc 1376 void Assembler::stdux(Register rs, const MemOperand& src) { function in class:v8::internal::Assembler
    [all...]
assembler-ppc.h 895 void stdux(Register rs, const MemOperand& src);
    [all...]
macro-assembler-ppc.h 80 #define StorePUX stdux
    [all...]
simulator-ppc.cc     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstr64Bit.td     [all...]
PPCRegisterInfo.cpp 79 ImmToIdxMap[PPC::STW8] = PPC::STWX8; ImmToIdxMap[PPC::STDU] = PPC::STDUX;
395 BuildMI(MBB, II, dl, TII.get(PPC::STDUX), PPC::X1)
    [all...]
PPCFrameLowering.cpp 684 const MCInstrDesc& StoreUpdtIdxInst = TII.get(isPPC64 ? PPC::STDUX
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding.s 248 # CHECK-BE: stdux 2, 3, 4 # encoding: [0x7c,0x43,0x21,0x6a]
249 # CHECK-LE: stdux 2, 3, 4 # encoding: [0x6a,0x21,0x43,0x7c]
250 stdux 2, 3, 4
    [all...]
  /external/llvm/test/MC/Disassembler/PowerPC/
ppc64-encoding.txt 199 # CHECK: stdux 2, 3, 4
ppc64le-encoding.txt 199 # CHECK: stdux 2, 3, 4
  /external/pcre/dist/sljit/
sljitNativePPC_common.c 209 #define STDUX (HI(31) | LO(181))
631 FAIL_IF(push_inst(compiler, STDUX | S(SLJIT_SP) | A(SLJIT_SP) | B(0)));
738 /* u w w x s */ ARCH_32_64(HI(31) | LO(183) /* stwux */, HI(31) | LO(181) /* stdux */),
788 /* s w w x s */ ARCH_32_64(HI(31) | LO(183) /* stwux */, HI(31) | LO(181) /* stdux */),
    [all...]
  /external/valgrind/none/tests/ppc64/
jm-int.stdout.exp     [all...]
jm-int.stdout.exp-LE     [all...]
  /external/valgrind/none/tests/ppc32/
jm-insns.c     [all...]

Completed in 403 milliseconds

1 2