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

1 2 3

  /external/llvm/test/CodeGen/X86/
fold-load-unops.ll 7 define float @rcpss(float* %a) {
8 ; SSE-LABEL: rcpss:
10 ; SSE-NEXT: rcpss (%rdi), %xmm0
13 ; AVX-LABEL: rcpss:
sse_partial_update.ll 31 define void @rcpss(<4 x float> %a) nounwind uwtable ssp {
33 ; CHECK-LABEL: rcpss:
34 ; CHECK: rcpss %xmm0, %xmm0
recip-fastmath.ll 6 ; slower than rcpss/rcpps with a Newton-Raphson refinement,
sse-scalar-fp-arith-unary.ll 13 ; SSE-NEXT: rcpss %xmm0, %xmm0
sse-intrinsics-x86.ll 188 ; CHECK: rcpss
  /external/valgrind/memcheck/tests/x86/
sse1_memory.stdout.exp     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
katmai.s 106 rcpss (%ecx),%xmm0
107 rcpss %xmm2,%xmm1
simd.s 60 rcpss (%eax),%xmm0
160 rcpss xmm0,DWORD PTR [eax] label
x86-64-simd.s 80 rcpss (%rax),%xmm0
208 rcpss xmm0,DWORD PTR [rax] label
katmai.d 110 18c: f3 0f 53 01 [ ]*rcpss \(%ecx\),%xmm0
111 190: f3 0f 53 ca [ ]*rcpss %xmm2,%xmm1
sse2avx.s 523 rcpss %xmm4,%xmm6
524 rcpss (%ecx),%xmm6
1184 rcpss xmm6,xmm4
1185 rcpss xmm6,DWORD PTR [ecx]
x86-64-sse2avx.s 547 rcpss %xmm4,%xmm6
548 rcpss (%rcx),%xmm6
1251 rcpss xmm6,xmm4
1252 rcpss xmm6,DWORD PTR [rcx]
simd-intel.d 67 [ ]*[a-f0-9]+: f3 0f 53 00 rcpss xmm0,DWORD PTR \[eax\]
160 [ ]*[a-f0-9]+: f3 0f 53 00 rcpss xmm0,DWORD PTR \[eax\]
simd-suffix.d 67 [ ]*[a-f0-9]+: f3 0f 53 00 rcpss \(%eax\),%xmm0
160 [ ]*[a-f0-9]+: f3 0f 53 00 rcpss \(%eax\),%xmm0
simd.d 66 [ ]*[a-f0-9]+: f3 0f 53 00 rcpss \(%eax\),%xmm0
159 [ ]*[a-f0-9]+: f3 0f 53 00 rcpss \(%eax\),%xmm0
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/
anames.go 636 "RCPSS",
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
anames.go 633 "RCPSS",
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/
anames.go 636 "RCPSS",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
anames.go 633 "RCPSS",
  /external/valgrind/memcheck/tests/amd64/
sse_memory.stdout.exp     [all...]
sse_memory.c 239 TEST_INSN(&ApproxSS, SS,rcpss)
  /bionic/libm/x86/
e_log.S 37 // Get B~1/mx based on the output of rcpss instruction (B0)
99 rcpss %xmm0, %xmm0
216 rcpss %xmm0, %xmm0
e_log10.S 37 // Get B~1/mx based on the output of rcpss instruction (B0)
102 rcpss %xmm0, %xmm0
227 rcpss %xmm0, %xmm0
  /external/valgrind/none/tests/amd64/
insn_sse.def 126 rcpss xmm.ps[2.0,4.0,0.5,0.25] xmm.ps[1.11,2.22,3.33,4.44] => 1.ps[0.5,2.22,3.33,4.44]
127 rcpss m128.ps[2.0,4.0,0.5,0.25] xmm.ps[1.11,2.22,3.33,4.44] => 1.ps[0.5,2.22,3.33,4.44]
  /external/valgrind/none/tests/x86/
insn_sse.def 126 rcpss xmm.ps[2.0,4.0,0.5,0.25] xmm.ps[1.11,2.22,3.33,4.44] => 1.ps[0.5,2.22,3.33,4.44]
127 rcpss m128.ps[2.0,4.0,0.5,0.25] xmm.ps[1.11,2.22,3.33,4.44] => 1.ps[0.5,2.22,3.33,4.44]

Completed in 367 milliseconds

1 2 3