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

1 2

  /external/llvm/test/CodeGen/PowerPC/
pwr7-gt-nop.ll 20 ; CHECK: stfs [[REG1]], 0(3)
23 ; CHECK: stfs [[REG2]], 0(4)
26 ; CHECK: stfs [[REG3]], 0(6)
varargs-struct-float.ll 19 ; CHECK: stfs {{[0-9]+}}, 60(1)
unaligned.ll 45 ; CHECK: stfs
2007-09-08-unaligned.ll 2 ; RUN: llc < %s | grep stfs | count 1
ppc64-smallarg.ll 55 ; CHECK: stfs {{[0-9]+}}, 156(1)
ppc64le-smallarg.ll 55 ; CHECK: stfs {{[0-9]+}}, 152(1)
fast-isel-load-store.ll 128 ; ELF64: stfs
floatPSA.ll 94 ; Note that stw is used instead of stfs because the value is a simple
vec_splat.ll 3 ; RUN: grep stfs | count 4
optcmp.ll 135 ; CHECK: stfs 0, 0(5)
  /bionic/libc/bionic/
getentropy_linux.c 421 struct statfs stfs; local
484 HX(statfs(".", &stfs) == -1, stfs);
488 HX(statfs("/", &stfs) == -1, stfs);
497 HX(fstatfs(0, &stfs) == -1,
498 stfs);
  /external/valgrind/main/none/tests/ppc32/
jm-fp.stdout.exp     [all...]
jm-insns.c     [all...]
  /external/valgrind/main/none/tests/ppc64/
jm-fp.stdout.exp     [all...]
  /external/llvm/lib/Target/PowerPC/
README_ALTIVEC.txt 128 stfs f1, -16(r1)
131 stfs f0, -32(r1)
PPCSchedule.td 338 // stfs IIC_LdStSTFD
PPCRegisterInfo.cpp 70 ImmToIdxMap[PPC::STFS] = PPC::STFSX; ImmToIdxMap[PPC::STFD] = PPC::STFDX;
    [all...]
PPCFastISel.cpp 594 Opc = PPC::STFS;
641 case PPC::STFS: Opc = PPC::STFSX; break;
    [all...]
PPCInstrInfo.cpp 206 case PPC::STFS:
800 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STFS))
    [all...]
PPCInstrInfo.td     [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-fp.s 42 # CHECK-BE: stfs 2, 128(4) # encoding: [0xd0,0x44,0x00,0x80]
43 # CHECK-LE: stfs 2, 128(4) # encoding: [0x80,0x00,0x44,0xd0]
44 stfs 2, 128(4)
  /external/llvm/test/MC/Disassembler/PowerPC/
ppc64-encoding-fp.txt 33 # CHECK: stfs 2, 128(4)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
rtasm_ppc.c 1025 emit_d(p, 52, frs, ra, offset, "stfs\tr%u, %d(r%u)\n", TRUE);
1039 emit_d(p, 48, frt, ra, offset, "stfs\tr%u, %d(r%u)\n", TRUE);
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_ppc.c 1025 emit_d(p, 52, frs, ra, offset, "stfs\tr%u, %d(r%u)\n", TRUE);
1039 emit_d(p, 48, frt, ra, offset, "stfs\tr%u, %d(r%u)\n", TRUE);
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c     [all...]

Completed in 903 milliseconds

1 2