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 73 #define A64_LS_IMM(Rt, Rn, imm, size, type) \ argument 96 #define A64_LS_PAIR(Rt, Rt2, Rn, offset, ls, type) \ argument 101 #define A64_PUSH(Rt, Rt2, Rn) A64_LS_PAIR(Rt, Rt2, Rn, -16, STORE, PRE_INDEX) argument 103 #define A64_POP(Rt, Rt2, Rn) A64_LS_PAIR(Rt, Rt2, Rn, 16, LOAD, POST_INDEX) argument 108 #define A64_LSX(sf, Rt, Rn, Rs, type) \ argument 112 #define A64_LDXR(sf, Rt, Rn) \ argument [all …]
|