Searched refs:FMIN (Results 1 - 19 of 19) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qpu.h | 196 A_ALU2(FMIN)
|
H A D | vc4_qir.h | 683 QIR_ALU2(FMIN)
|
H A D | vc4_qpu_emit.c | 260 A(FMIN), in vc4_generate_code_block()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86IntrinsicsInfo.h | 359 X86_INTRINSIC_DATA(avx_min_pd_256, INTR_TYPE_2OP, X86ISD::FMIN, 0), 360 X86_INTRINSIC_DATA(avx_min_ps_256, INTR_TYPE_2OP, X86ISD::FMIN, 0), 818 X86_INTRINSIC_DATA(avx512_min_pd_512, INTR_TYPE_2OP_SAE, X86ISD::FMIN, X86ISD::FMIN_SAE), 819 X86_INTRINSIC_DATA(avx512_min_ps_512, INTR_TYPE_2OP_SAE, X86ISD::FMIN, X86ISD::FMIN_SAE), 1013 X86_INTRINSIC_DATA(sse_min_ps, INTR_TYPE_2OP, X86ISD::FMIN, 0), 1043 X86_INTRINSIC_DATA(sse2_min_pd, INTR_TYPE_2OP, X86ISD::FMIN, 0),
|
H A D | X86ISelLowering.h | 238 FMAX, FMIN, 240 /// Commutative FMIN and FMAX.
|
H A D | X86ISelLowering.cpp | [all...] |
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 1229 FMIN = FPDataProcessing2SourceFixed | 0x00005000, 1230 FMIN_s = FMIN, 1231 FMIN_d = FMIN | FP64,
|
H A D | assembler-arm64.cc | 3128 V(fmin, NEON_FMIN, FMIN) \
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 1662 FMIN = FPDataProcessing2SourceFixed | 0x00005000, enumerator 1663 FMIN_h = FMIN | FP16, 1664 FMIN_s = FMIN, 1665 FMIN_d = FMIN | FP64,
|
H A D | assembler-aarch64.cc | 4250 V(fmin, NEON_FMIN, FMIN, 0) \
|
H A D | simulator-aarch64.cc | 7623 SIM_FUNC(FMIN, fmin); in Simulator()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | v3d_compiler.h | 1322 VIR_A_ALU2(FMIN)
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | constants-mips64.h | 983 FMIN = ((12U << 22) + 27),
|
H A D | assembler-mips64.cc | 3481 V(fmin, FMIN) \
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | constants-mips.h | 934 FMIN = ((12U << 22) + 27),
|
H A D | assembler-mips.cc | 3273 V(fmin, FMIN) \
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 1225 FORMAT(FMIN, "fmin"); in VisitFPDataProcessing2Source()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 5717 case FMIN:
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 5431 case FMIN:
|
Completed in 126 milliseconds