Searched refs:A64_SBFM (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/net/ |
| H A D | bpf_jit.h | 119 #define A64_SBFM(sf, Rd, Rn, ir, is) A64_BITFIELD(sf, Rd, Rn, ir, is, SIGNED) macro 131 #define A64_ASR(sf, Rd, Rn, shift) A64_SBFM(sf, Rd, Rn, shift, (sf) ? 63 : 31)
|