Searched refs:diag1 (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | upsampling_sse2.c | 80 __m128i diag1, diag2; \ 82 GET_M(bc, t, diag1); /* diag1 = (a + 3b + 3c + d) / 8 */ \ 86 PACK_AND_STORE(a, b, diag1, diag2, (out) + 0); /* store top */ \ 87 PACK_AND_STORE(c, d, diag2, diag1, (out) + 2 * 32); /* store bottom */ \
|
H A D | upsampling_sse41.c | 82 __m128i diag1, diag2; \ 84 GET_M(bc, t, diag1); /* diag1 = (a + 3b + 3c + d) / 8 */ \ 88 PACK_AND_STORE(a, b, diag1, diag2, (out) + 0); /* store top */ \ 89 PACK_AND_STORE(c, d, diag2, diag1, (out) + 2 * 32); /* store bottom */ \
|
H A D | upsampling_neon.c | 46 const uint8x8_t diag1 = vshrn_n_u16(bl, 3); \ 48 const uint8x8_t A = vrhadd_u8(a, diag1); \ 51 const uint8x8_t D = vrhadd_u8(d, diag1); \
|
H A D | upsampling_msa.c | 547 v16u8 diag1, diag2; \ 557 SUB2(t0, t2, t1, t3, diag1, diag2); \ 558 AVER_UB2_UB(a, diag1, b, diag2, t0, t1); \ 561 AVER_UB2_UB(c, diag2, d, diag1, t0, t1); \
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | traps.c | 1918 asmlinkage void do_gsexc(struct pt_regs *regs, u32 diag1) in do_gsexc() argument 1920 u32 exccode = (diag1 & LOONGSON_DIAG1_EXCCODE) >> in do_gsexc() 1943 panic("Unhandled Loongson exception - GSCause = %08x", diag1); in do_gsexc()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | traps.c | 1909 asmlinkage void do_gsexc(struct pt_regs *regs, u32 diag1) in do_gsexc() argument 1911 u32 exccode = (diag1 & LOONGSON_DIAG1_EXCCODE) >> in do_gsexc() 1934 panic("Unhandled Loongson exception - GSCause = %08x", diag1); in do_gsexc()
|
Completed in 9 milliseconds