Home
last modified time | relevance | path

Searched refs:b2i32 (Results 1 – 25 of 53) sorted by relevance

123

/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c84 UOP(b2i32, AND, 0_X_X), /* AND with 1 */
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c84 UOP(b2i32, AND, 0_X_X), /* AND with 1 */
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c84 UOP(b2i32, AND, 0_X_X), /* AND with 1 */
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c84 UOP(b2i32, AND, 0_X_X), /* AND with 1 */
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c84 UOP(b2i32, AND, 0_X_X), /* AND with 1 */
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c83 UOP(b2i32, AND, 0_X_X), /* AND with 1 */
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c84 UOP(b2i32, AND, 0_X_X), /* AND with 1 */
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c84 UOP(b2i32, AND, 0_X_X), /* AND with 1 */
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c84 UOP(b2i32, AND, 0_X_X), /* AND with 1 */
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c84 UOP(b2i32, AND, 0_X_X), /* AND with 1 */
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c84 UOP(b2i32, AND, 0_X_X), /* AND with 1 */
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/gen/
H A DARM.rules176 (ConstBool [t]) => (MOVWconst [b2i32(t)])
691 (Equal (FlagConstant [fc])) => (MOVWconst [b2i32(fc.eq())])
692 (NotEqual (FlagConstant [fc])) => (MOVWconst [b2i32(fc.ne())])
693 (LessThan (FlagConstant [fc])) => (MOVWconst [b2i32(fc.lt())])
694 (LessThanU (FlagConstant [fc])) => (MOVWconst [b2i32(fc.ult())])
695 (LessEqual (FlagConstant [fc])) => (MOVWconst [b2i32(fc.le())])
696 (LessEqualU (FlagConstant [fc])) => (MOVWconst [b2i32(fc.ule())])
697 (GreaterThan (FlagConstant [fc])) => (MOVWconst [b2i32(fc.gt())])
698 (GreaterThanU (FlagConstant [fc])) => (MOVWconst [b2i32(fc.ugt())])
699 (GreaterEqual (FlagConstant [fc])) => (MOVWconst [b2i32(fc.ge())])
[all …]
H A DMIPS.rules147 (ConstBool [t]) => (MOVWconst [b2i32(t)])
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/
H A Drewrite.go542 func b2i32(b bool) int32 { func
H A DrewriteARM.go4351 v.AuxInt = int32ToAuxInt(b2i32(fc.eq()))
4377 v.AuxInt = int32ToAuxInt(b2i32(fc.ge()))
4403 v.AuxInt = int32ToAuxInt(b2i32(fc.uge()))
4429 v.AuxInt = int32ToAuxInt(b2i32(fc.gt()))
4455 v.AuxInt = int32ToAuxInt(b2i32(fc.ugt()))
4481 v.AuxInt = int32ToAuxInt(b2i32(fc.le()))
4507 v.AuxInt = int32ToAuxInt(b2i32(fc.ule()))
4533 v.AuxInt = int32ToAuxInt(b2i32(fc.lt()))
4559 v.AuxInt = int32ToAuxInt(b2i32(fc.ult()))
8365 v.AuxInt = int32ToAuxInt(b2i32(fc.ne()))
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/panfrost/midgard/
H A Dmidgard_compile.c911 ALU_CASE_CMP(b2i32, iand, true); in emit_alu()
/dports/graphics/libosmesa/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_compile.c780 ALU_CASE_CMP(b2i32, iand); in emit_alu()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_compile.c780 ALU_CASE_CMP(b2i32, iand); in emit_alu()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_compile.c780 ALU_CASE_CMP(b2i32, iand); in emit_alu()
/dports/graphics/mesa-libs/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_compile.c780 ALU_CASE_CMP(b2i32, iand); in emit_alu()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_compile.c780 ALU_CASE_CMP(b2i32, iand); in emit_alu()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_compile.c780 ALU_CASE_CMP(b2i32, iand); in emit_alu()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_compile.c780 ALU_CASE_CMP(b2i32, iand); in emit_alu()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/panfrost/midgard/
H A Dmidgard_compile.c813 ALU_CASE_CMP(b2i32, iand); in emit_alu()
/dports/graphics/mesa-dri/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_compile.c780 ALU_CASE_CMP(b2i32, iand); in emit_alu()

123