Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daaccoder.c782 float Mmax = 0.0f, Smax = 0.0f; in search_for_ms() local
796 Smax = FFMAX(Smax, S34[i]); in search_for_ms()
818 sidcb = find_min_book(Smax, sididx); in search_for_ms()
/third_party/ffmpeg/libavcodec/mips/
H A Daaccoder_mips.c2364 float Mmax = 0.0f, Smax = 0.0f; in search_for_ms_mips() local
2378 Smax = FFMAX(Smax, S34[i]); in search_for_ms_mips()
2400 sidcb = find_min_book(Smax, sididx); in search_for_ms_mips()
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc3317 COMPARE_MACRO(Smax(w5, w9, w10), "smax w5, w9, w10"); in TEST()
3318 COMPARE_MACRO(Smax(x6, x8, x9), "smax x6, x8, x9"); in TEST()
3326 COMPARE_MACRO(Smax(w5, w9, 127), "smax w5, w9, #127"); in TEST()
3327 COMPARE_MACRO(Smax(x6, x8, -128), "smax x6, x8, #-128"); in TEST()
3335 COMPARE_MACRO(Smax(w5, w6, 128), in TEST()
3338 COMPARE_MACRO(Smax(x10, x11, -129), in TEST()
H A Dtest-assembler-neon-aarch64.cc6265 __ Smax(v16.V8B(), v0.V8B(), v1.V8B()); in TEST()
6266 __ Smax(v18.V4H(), v0.V4H(), v1.V4H()); in TEST()
6267 __ Smax(v20.V2S(), v0.V2S(), v1.V2S()); in TEST()
6269 __ Smax(v17.V16B(), v0.V16B(), v1.V16B()); in TEST()
6270 __ Smax(v19.V8H(), v0.V8H(), v1.V8H()); in TEST()
6271 __ Smax(v21.V4S(), v0.V4S(), v1.V4S()); in TEST()
H A Dtest-disasm-sve-aarch64.cc2429 COMPARE_MACRO(Smax(z30.VnB(), p4.Merging(), z30.VnB(), z31.VnB()), in TEST()
2431 COMPARE_MACRO(Smax(z30.VnS(), p4.Merging(), z3.VnS(), z30.VnS()), in TEST()
2433 COMPARE_MACRO(Smax(z30.VnD(), p4.Merging(), z1.VnD(), z5.VnD()), in TEST()
3267 COMPARE_MACRO(Smax(z3.VnS(), z9.VnS(), 126), in TEST()
3322 COMPARE_MACRO(Smax(z9.VnS(), z11.VnS(), -0x70000001), in TEST()
H A Dtest-disasm-neon-aarch64.cc1541 COMPARE_MACRO(Smax(v3.M, v4.M, v5.M), "smax v3." S ", v4." S ", v5." S); in TEST()
H A Dtest-assembler-sve-aarch64.cc4728 ArithPredicatedFn fn = &MacroAssembler::Smax;
10833 IntWideImmFn fn = &MacroAssembler::Smax;
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-sve-aarch64.cc148 void MacroAssembler::Smax(const ZRegister& zd, in Smax() function in vixl::aarch64::MacroAssembler
154 SVEArithPredicatedFn reg_fn = &MacroAssembler::Smax; in Smax()
H A Dmacro-assembler-aarch64.h2910 V(smax, Smax) \
3228 V(smax, Smax) \
5839 void Smax(const ZRegister& zd, const ZRegister& zn, IntegerOperand imm);
7925 void Smax(const Register& rd, const Register& rn, const Operand& op);
H A Dmacro-assembler-aarch64.cc1511 V(Smax, smax, IsInt8) \ in Emit()
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h2310 Smax(dst.fp().V4S(), lhs.fp().V4S(), rhs.fp().V4S()); in emit_i32x4_max_s()
2510 Smax(dst.fp().V8H(), lhs.fp().V8H(), rhs.fp().V8H()); in emit_i16x8_max_s()
2713 Smax(dst.fp().V16B(), lhs.fp().V16B(), rhs.fp().V16B()); in emit_i8x16_bitmask()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.h413 V(smax, Smax) \
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc2174 SIMD_BINOP_LANE_SIZE_CASE(kArm64IMaxS, Smax); in AssembleArchInstruction()

Completed in 92 milliseconds