Searched refs:ARM_SUB_R (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm/net/ | ||
H A D | bpf_jit_32.h | 255 #define ARM_SUB_R(rd, rn, rm) _AL3_R(ARM_INST_SUB, rd, rn, rm) macro |
H A D | bpf_jit_32.c | 670 emit(ARM_SUB_R(dst, dst, src), ctx); in emit_a32_sub_r() |