Home
last modified time | relevance | path

Searched refs:Umax (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/include/llvm/ADT/
DBitfields.h109 static constexpr Unsigned Umax = AllOnes >> (TypeBits - Bits); // 00111111 member
111 static constexpr Unsigned Smax = Umax >> 1U; // 00011111
127 assert(UserValue <= BP::Umax && "value is too big"); in pack()
166 static constexpr StorageType Mask = BP::Umax << Bitfield::Shift;
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonPatternsHVX.td309 def: OpR_RR_pat<V6_vmaxub, Umax, VecI8, HVI8>;
313 def: OpR_RR_pat<V6_vmaxuh, Umax, VecI16, HVI16>;
DHexagonPatterns.td375 def Umin: pf2<umin>; def Umax: pf2<umax>;
932 def: OpR_RR_pat<A2_maxu, Umax, i32, I32, I32>;
936 def: OpR_RR_pat<A2_maxup, Umax, i64, I64, I64>;
955 def: OpR_RR_pat<A2_vmaxub, Umax, v8i8, V8I8>;
960 def: OpR_RR_pat<A2_vmaxuh, Umax, v4i16, V4I16>;
965 def: OpR_RR_pat<A2_vmaxuw, Umax, v2i32, V2I32>;
/external/vixl/src/aarch64/
Dmacro-assembler-sve-aarch64.cc158 void MacroAssembler::Umax(const ZRegister& zd, in Umax() function in vixl::aarch64::MacroAssembler
164 SVEArithPredicatedFn reg_fn = &MacroAssembler::Umax; in Umax()
Dmacro-assembler-aarch64.h2798 V(umax, Umax) \
3063 V(umax, Umax) \
6093 void Umax(const ZRegister& zd, const ZRegister& zn, IntegerOperand imm);
/external/vixl/test/aarch64/
Dtest-disasm-sve-aarch64.cc2403 COMPARE_MACRO(Umax(z0.VnB(), p5.Merging(), z0.VnB(), z14.VnB()), in TEST()
2405 COMPARE_MACRO(Umax(z0.VnS(), p5.Merging(), z14.VnS(), z0.VnS()), in TEST()
2407 COMPARE_MACRO(Umax(z0.VnD(), p5.Merging(), z29.VnD(), z14.VnD()), in TEST()
3234 COMPARE_MACRO(Umax(z25.VnB(), z15.VnB(), 120), in TEST()
3292 COMPARE_MACRO(Umax(z15.VnH(), z7.VnH(), 0xfeee), in TEST()
Dtest-assembler-neon-aarch64.cc6520 __ Umax(v16.V8B(), v0.V8B(), v1.V8B()); in TEST() local
6521 __ Umax(v18.V4H(), v0.V4H(), v1.V4H()); in TEST() local
6522 __ Umax(v20.V2S(), v0.V2S(), v1.V2S()); in TEST() local
6524 __ Umax(v17.V16B(), v0.V16B(), v1.V16B()); in TEST() local
6525 __ Umax(v19.V8H(), v0.V8H(), v1.V8H()); in TEST() local
6526 __ Umax(v21.V4S(), v0.V4S(), v1.V4S()); in TEST() local
Dtest-disasm-neon-aarch64.cc1551 COMPARE_MACRO(Umax(v3.M, v4.M, v5.M), "umax v3." S ", v4." S ", v5." S); in TEST()
Dtest-assembler-sve-aarch64.cc4711 ArithPredicatedFn fn = &MacroAssembler::Umax; in TEST_SVE()
10949 IntWideImmFn fn = &MacroAssembler::Umax; in TEST_SVE()