HomeSort by: relevance | last modified time | path
    Searched refs:rsqrt (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/testsuite/mips/
fpu64-ps-sb1.s 58 writemsg "rsqrt.ps"
60 rsqrt.ps $f8, $f20
  /src/external/gpl3/gdb.old/dist/sim/testsuite/mips/
fpu64-ps-sb1.s 58 writemsg "rsqrt.ps"
60 rsqrt.ps $f8, $f20
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_runtime_wrapper.h 235 static inline float rsqrt(float __a) { return rsqrtf(__a); } function
__clang_cuda_math.h 275 __DEVICE__ double rsqrt(double __a) { return __nv_rsqrt(__a); } function
__clang_hip_math.h 1004 double rsqrt(double __x) { return __ocml_rsqrt_f64(__x); } function
opencl-c.h 8296 float __ovld __cnfn rsqrt(float);
8297 float2 __ovld __cnfn rsqrt(float2);
8298 float3 __ovld __cnfn rsqrt(float3);
8299 float4 __ovld __cnfn rsqrt(float4);
8300 float8 __ovld __cnfn rsqrt(float8);
8301 float16 __ovld __cnfn rsqrt(float16);
8303 double __ovld __cnfn rsqrt(double);
8304 double2 __ovld __cnfn rsqrt(double2);
8305 double3 __ovld __cnfn rsqrt(double3);
8306 double4 __ovld __cnfn rsqrt(double4)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
internal-fn.def 211 DEF_INTERNAL_OPTAB_FN (RSQRT, ECF_CONST, rsqrt, unary)
  /src/external/gpl3/gcc/dist/gcc/
internal-fn.def 304 DEF_INTERNAL_OPTAB_FN (RSQRT, ECF_CONST, rsqrt, unary)
  /src/external/gpl3/binutils/dist/opcodes/
mips-opc.c 1827 {"rsqrt.d", "D,S", 0x46200016, 0xffff003f, WR_1|RD_2|FP_D, 0, I4_33, 0, 0 },
1828 {"rsqrt.ps", "D,S", 0x46c00016, 0xffff003f, WR_1|RD_2|FP_D, 0, SB1, 0, 0 },
1829 {"rsqrt.s", "D,S", 0x46000016, 0xffff003f, WR_1|RD_2|FP_S, 0, I4_33, 0, 0 },
1830 {"rsqrt.s", "D,S,T", 0x46000016, 0xffe0003f, WR_1|RD_2|RD_3|FP_S, 0, EE, 0, 0 },
  /src/external/gpl3/binutils.old/dist/opcodes/
mips-opc.c 1827 {"rsqrt.d", "D,S", 0x46200016, 0xffff003f, WR_1|RD_2|FP_D, 0, I4_33, 0, 0 },
1828 {"rsqrt.ps", "D,S", 0x46c00016, 0xffff003f, WR_1|RD_2|FP_D, 0, SB1, 0, 0 },
1829 {"rsqrt.s", "D,S", 0x46000016, 0xffff003f, WR_1|RD_2|FP_S, 0, I4_33, 0, 0 },
1830 {"rsqrt.s", "D,S,T", 0x46000016, 0xffe0003f, WR_1|RD_2|RD_3|FP_S, 0, EE, 0, 0 },
  /src/external/gpl3/gdb/dist/opcodes/
mips-opc.c 1827 {"rsqrt.d", "D,S", 0x46200016, 0xffff003f, WR_1|RD_2|FP_D, 0, I4_33, 0, 0 },
1828 {"rsqrt.ps", "D,S", 0x46c00016, 0xffff003f, WR_1|RD_2|FP_D, 0, SB1, 0, 0 },
1829 {"rsqrt.s", "D,S", 0x46000016, 0xffff003f, WR_1|RD_2|FP_S, 0, I4_33, 0, 0 },
1830 {"rsqrt.s", "D,S,T", 0x46000016, 0xffe0003f, WR_1|RD_2|RD_3|FP_S, 0, EE, 0, 0 },
  /src/external/gpl3/gdb.old/dist/opcodes/
mips-opc.c 1822 {"rsqrt.d", "D,S", 0x46200016, 0xffff003f, WR_1|RD_2|FP_D, 0, I4_33, 0, 0 },
1823 {"rsqrt.ps", "D,S", 0x46c00016, 0xffff003f, WR_1|RD_2|FP_D, 0, SB1, 0, 0 },
1824 {"rsqrt.s", "D,S", 0x46000016, 0xffff003f, WR_1|RD_2|FP_S, 0, I4_33, 0, 0 },
1825 {"rsqrt.s", "D,S,T", 0x46000016, 0xffe0003f, WR_1|RD_2|RD_3|FP_S, 0, EE, 0, 0 },

Completed in 60 milliseconds