Searched refs:B_lo (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
| H A D | arith.fuc | 41 // A * B = A_lo * B_lo 42 // + ( A_hi * B_lo ) << 16 64 // A_lo * B_lo 67 // ( A_hi * B_lo ) << 16 68 mulu $r3 $r1 $r13 // tmp0 = A_hi * B_lo
|
| /linux-6.15/arch/arc/net/ |
| H A D | bpf_jit_arcv2.c | 1708 const u8 B_lo = REG_LO(rd); in mul_r64() local 1961 len += arc_asl_r(BUF(buf, len), B_lo, B_lo, t0); in lsh_r64() 1993 len += arc_asli_r(BUF(buf, len), B_lo, B_lo, n); in lsh_r64_i32() 2057 len += arc_lsr_r(BUF(buf, len), B_lo, B_lo, t0); in rsh_r64() 2058 len += arc_or_r(BUF(buf, len), B_lo, B_lo, t1); in rsh_r64() 2088 len += arc_lsri_r(BUF(buf, len), B_lo, B_lo, n); in rsh_r64_i32() 2090 len += arc_or_r(BUF(buf, len), B_lo, B_lo, t0); in rsh_r64_i32() 2154 len += arc_lsr_r(BUF(buf, len), B_lo, B_lo, t0); in arsh_r64() 2155 len += arc_or_r(BUF(buf, len), B_lo, B_lo, t1); in arsh_r64() 2186 len += arc_lsri_r(BUF(buf, len), B_lo, B_lo, n); in arsh_r64_i32() [all …]
|