Searched refs:arc_not_r (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arc/net/ |
H A D | bpf_jit_arcv2.c | 1178 static u8 arc_not_r(u8 *buf, u8 rd, u8 rs) in arc_not_r() function 1677 len = arc_not_r(buf, REG_LO(r), REG_LO(r)); in neg_r64() 1678 len += arc_not_r(BUF(buf, len), REG_HI(r), REG_HI(r)); in neg_r64() 1957 len = arc_not_r(buf, t0, C_lo); in lsh_r64() 2052 len = arc_not_r(buf, t0, C_lo); in rsh_r64() 2149 len = arc_not_r(buf, t0, C_lo); in arsh_r64()
|