Searched refs:frcp (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_opt_perspective.c | 27 * frcp(A.w))" or "fmul (A.xy, frcp(A.z))" and rewrite with a native 29 * frcp should be used only once to make this optimization worthwhile. And the 30 * source of the frcp ought to be a varying to make it worthwhile... 68 unsigned frcp = ins->src[1]; in midgard_opt_combine_projection() local 71 if (frcp & PAN_IS_REG) continue; in midgard_opt_combine_projection() 79 if (sub->dest != frcp) continue; in midgard_opt_combine_projection() 93 if (!mir_single_use(ctx, frcp)) continue; in midgard_opt_combine_projection() 95 /* Heuristic: check if the frcp is from a single-use varying */ in midgard_opt_combine_projection() 99 /* One for frcp an in midgard_opt_combine_projection() [all...] |
H A D | midgard_compile.c | 829 ALU_CASE(frcp, frcp); in emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_nir_emit.c | 69 OP(ffract, FRC, X_X_0), OP(frcp, RCP, X_X_0), OP(frsq, RSQ, X_X_0),
|
/third_party/node/deps/v8/src/diagnostics/mips64/ |
H A D | disasm-mips64.cc | 2896 Format(instr, "frcp.'t 'wd, 'ws"); in DecodeTypeMsa2RF()
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_compile.c | 666 UNOP(frcp, rcp); in agx_emit_alu()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.cc | 3126 V(frcp, FRCP) \
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.cc | 3334 V(frcp, FRCP) \
|
Completed in 29 milliseconds