Searched refs:FRCP (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/ |
D | assembler-cases.txt | 121 40 00 00 00 c0 c0 9c 40 FRCP.f32.wait0126 r0, ^r0.neg.abs 201 7e 00 01 00 00 fe 9c 00 FRCP.f16 r62, ^r62.h00
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 363 X86_INTRINSIC_DATA(avx_rcp_ps_256, INTR_TYPE_1OP, X86ISD::FRCP, 0), 1016 X86_INTRINSIC_DATA(sse_rcp_ps, INTR_TYPE_1OP, X86ISD::FRCP, 0),
|
D | X86ISelLowering.h | 249 FRSQRT, FRCP, enumerator
|
D | X86InstrFragmentsSIMD.td | 57 def X86frcp : SDNode<"X86ISD::FRCP", SDTFPUnaryOp>;
|
D | X86ISelLowering.cpp | 20997 unsigned Opcode = VT == MVT::v16f32 ? X86ISD::RCP14 : X86ISD::FRCP; in getRecipEstimate() 29667 case X86ISD::FRCP: return "X86ISD::FRCP"; in getTargetNodeName() 37251 case X86ISD::FRCP: in scalarizeExtEltFP()
|
/third_party/node/deps/v8/src/codegen/mips/ |
D | constants-mips.h | 825 FRCP = (5U << 17), enumerator
|
D | assembler-mips.cc | 3126 V(frcp, FRCP) \
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | constants-mips64.h | 874 FRCP = (5U << 17), enumerator
|
D | assembler-mips64.cc | 3334 V(frcp, FRCP) \
|
/third_party/node/deps/v8/src/diagnostics/mips/ |
D | disasm-mips.cc | 2608 case FRCP: in DecodeTypeMsa2RF()
|
/third_party/node/deps/v8/src/diagnostics/mips64/ |
D | disasm-mips64.cc | 2895 case FRCP: in DecodeTypeMsa2RF()
|
/third_party/node/deps/v8/src/execution/mips/ |
D | simulator-mips.cc | 6020 case FRCP: { in Msa2RFInstrHelper()
|
/third_party/node/deps/v8/src/execution/mips64/ |
D | simulator-mips64.cc | 6313 case FRCP: { in Msa2RFInstrHelper()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenFastISel.inc | 4562 // FastEmit functions for X86ISD::FRCP. 6916 case X86ISD::FRCP: return fastEmit_X86ISD_FRCP_r(VT, RetVT, Op0, Op0IsKill);
|