Searched refs:RSQRT (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedExynosM4.td | 669 def : InstRW<[M4WriteFCVT3H], (instregex "^F(RECP|RSQRT)Ev1f16")>; 670 def : InstRW<[M4WriteFCVT3], (instregex "^F(RECP|RSQRT)Ev1i(32|64)")>; 672 def : InstRW<[M4WriteFMAC4H], (instregex "^F(RECP|RSQRT)S16")>; 673 def : InstRW<[M4WriteFMAC4], (instregex "^F(RECP|RSQRT)S(32|64)")>; 819 def : InstRW<[M4WriteFCVT3H], (instregex "^F(RECP|RSQRT)Ev[248]f16")>; 820 def : InstRW<[M4WriteFCVT3], (instregex "^F(RECP|RSQRT)Ev[248]f(32|64)")>; 821 def : InstRW<[M4WriteFCVT3], (instregex "^U(RECP|RSQRT)Ev[24]i32")>; 822 def : InstRW<[M4WriteFMAC4H], (instregex "^F(RECP|RSQRT)Sv.f16")>; 823 def : InstRW<[M4WriteFMAC4], (instregex "^F(RECP|RSQRT)Sv.f(32|64)")>;
|
D | AArch64SchedExynosM5.td | 727 def : InstRW<[M5WriteFCVT3], (instregex "^F(RECP|RSQRT)Ev1(f16|i32|i64)")>; 729 def : InstRW<[M5WriteFMAC4], (instregex "^F(RECP|RSQRT)S(16|32|64)")>; 856 def : InstRW<[M5WriteFCVT3], (instregex "^F(RECP|RSQRT)Ev[248]f(16|32|64)")>; 857 def : InstRW<[M5WriteFCVT3], (instregex "^U(RECP|RSQRT)Ev[24]i32")>; 858 def : InstRW<[M5WriteFMAC4], (instregex "^F(RECP|RSQRT)Sv.f(16|32|64)")>;
|
D | AArch64SchedExynosM3.td | 552 def : InstRW<[M3WriteFCVT4], (instregex "^[FU](RECP|RSQRT)Ev1")>; 555 M3ReadFMAC], (instregex "^F(RECP|RSQRT)S(16|32|64)")>; 672 def : InstRW<[M3WriteFCVT4], (instregex "^[FU](RECP|RSQRT)Ev[248]")>; 674 M3ReadFMAC], (instregex "^F(RECP|RSQRT)Sv")>;
|
D | AArch64SchedA57.td | 514 def : InstRW<[A57Write_5cyc_1V], (instregex "^[FU](RECP|RSQRT)(E|X)(v2f32|v1i32|v2i32|v1i64)")>; 516 def : InstRW<[A57Write_5cyc_2V], (instregex "^[FU](RECP|RSQRT)(E|X)(v2f64|v4f32|v4i32)")>; 519 def : InstRW<[A57Write_9cyc_1V], (instregex "^F(RECP|RSQRT)S(v2f32|v1i32|v2i32|v1i64|32|64)")>; 521 def : InstRW<[A57Write_9cyc_2V], (instregex "^F(RECP|RSQRT)S(v2f64|v4f32|v4i32)")>;
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | ops_utils.h | 353 constexpr char RSQRT[] = "Rsqrt"; variable
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ |
D | step_auto_parallel.cc | 144 RSQRT, RECIPROCAL, INV, in IsElementWiseOperator() 170 …EXPM1, LOG1P, SIN, SINH, TAN, RSQRT, INV, RECIPROCAL, ROUND, FLOOR, SIGN, ERF, ERFC, ZEROSLIKE, ON… in IsSplittableOperator()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | v3d_compiler.h | 1340 VIR_SFU(RSQRT) in VIR_A_ALU2()
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/ |
D | schema.fbs | 301 RSQRT = 76,
|
/third_party/mindspore/third_party/proto/tensorflow/lite/ |
D | schema.fbs | 301 RSQRT = 76,
|
D | schema_2.4.1.fbs | 303 RSQRT = 76,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 3005 defm RSQRT : sse1_fp_unop_s<0x52, "rsqrt", X86frsqrt, SchedWriteFRsqrt, HasAVX>,
|