D | bpf_jit.h | 23 #define A64_COMP_BRANCH(sf, Rt, offset, type) \ argument 26 #define A64_CBZ(sf, Rt, imm19) A64_COMP_BRANCH(sf, Rt, (imm19) << 2, ZERO) argument 27 #define A64_CBNZ(sf, Rt, imm19) A64_COMP_BRANCH(sf, Rt, (imm19) << 2, NONZERO) argument 56 #define A64_LS_REG(Rt, Rn, Rm, size, type) \ argument 70 #define A64_LS_IMM(Rt, Rn, imm, size, type) \ argument 90 #define A64_LS_PAIR(Rt, Rt2, Rn, offset, ls, type) \ argument 95 #define A64_PUSH(Rt, Rt2, Rn) A64_LS_PAIR(Rt, Rt2, Rn, -16, STORE, PRE_INDEX) argument 97 #define A64_POP(Rt, Rt2, Rn) A64_LS_PAIR(Rt, Rt2, Rn, 16, LOAD, POST_INDEX) argument 102 #define A64_LSX(sf, Rt, Rn, Rs, type) \ argument 106 #define A64_LDXR(sf, Rt, Rn) \ argument [all …]
|