Home
last modified time | relevance | path

Searched refs:umax32 (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_ir.cpp350 case umax32: in get_reduction_identity()
Daco_print_ir.cpp38 [umax32] = "umax32",
Daco_ir.h1292 umax8, umax16, umax32, umax64, enumerator
Daco_lower_to_hw_instr.cpp152 case umax32: return aco_opcode::v_max_u32; in get_reduce_opcode()
/external/llvm-project/llvm/unittests/ADT/
DAPIntTest.cpp2507 const APInt umax32(APInt::getSignedMaxValue(32)); in TEST() local
2508 EXPECT_EQ(0, umax32.ashr(32)); in TEST()