Home
last modified time | relevance | path

Searched refs:frcp (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_opt_perspective.c27 * 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 Dmidgard_compile.c829 ALU_CASE(frcp, frcp); in emit_alu()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c69 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 Ddisasm-mips64.cc2896 Format(instr, "frcp.'t 'wd, 'ws"); in DecodeTypeMsa2RF()
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.c666 UNOP(frcp, rcp); in agx_emit_alu()
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc3126 V(frcp, FRCP) \
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc3334 V(frcp, FRCP) \

Completed in 29 milliseconds