Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c11600 uint64_t denom_shl = (uint64_t)alu_denom_lo.value << (31 - i); in egcm_u64div()
11603 V_SQ_ALU_SRC_LITERAL, (denom_shl & 0xffffffff), in egcm_u64div()
11610 V_SQ_ALU_SRC_LITERAL, (denom_shl >> 32), in egcm_u64div()
11672 uint64_t denom_shl = (uint64_t)alu_denom_lo.value; in egcm_u64div() local
11675 V_SQ_ALU_SRC_LITERAL, (denom_shl & 0xffffffff), in egcm_u64div()
11682 V_SQ_ALU_SRC_LITERAL, (denom_shl >> 32), in egcm_u64div()

Completed in 21 milliseconds