SUB
#define A64_SUB_I(sf, Rd, Rn, imm12) A64_ADDSUB_IMM(sf, Rd, Rn, imm12, SUB)
#define A64_SUB(sf, Rd, Rn, Rm) A64_ADDSUB_SREG(sf, Rd, Rn, Rm, SUB)
BOTH_PRmn(ARITH_X, SUB);
*prog++ = SUB | RS1(G0) | RS2(r_A) | RD(r_A); \
*prog++ = (SUB | RS1(R1) | RS2(R2) | RD(R3))
*prog++ = (SUB | IMMED | RS1(R1) | S13(IMM) | RD(R3))
*prog++ = (SUB | IMMED | RS1(SP) | S13(SZ) | RD(SP))
emit_alu_X(SUB);
emit_alu_K(SUB, K);
emit_alu_K(SUB, dst, imm, ctx);
emit(SUB | RS1(dst) | RS2(tmp) | RD(dst), ctx);
emit(SUB | RS1(dst) | RS2(tmp) | RD(dst), ctx);
emit_alu(SUB, src, dst, ctx);
emit_alu3(SUB, dst, tmp, dst, ctx);
emit_alu3(SUB, dst, tmp, dst, ctx);
emit(SUB | RS1(0) | RS2(dst) | RD(dst), ctx);
APPEND_MATH(SUB, desc, dest, src0, src1, len)
APPEND_MATH_IMM_u32(SUB, desc, dest, src0, src1, data)
APPEND_MATH_IMM_u64(SUB, desc, dest, src0, src1, data)
#define CS_ALU_INSTR_SUB __CS_ALU_INSTR(SUB, NA, NA)
dst->data_16qam = SUB(src->pcv, 12);
dst->data_qpsk = SUB(dst->data_16qam, 12);
dst->data_bpsk = SUB(dst->data_qpsk, 12);
dst->data_barker = SUB(dst->data_bpsk, 14);
f(PULL, __CEPH_OSD_OP1(SUB, 1), "pull") \
f(PUSH, __CEPH_OSD_OP1(SUB, 2), "push") \
f(BALANCEREADS, __CEPH_OSD_OP1(SUB, 3), "balance-reads") \
f(UNBALANCEREADS, __CEPH_OSD_OP1(SUB, 4), "unbalance-reads") \
f(SCRUB, __CEPH_OSD_OP1(SUB, 5), "scrub") \
f(SCRUB_RESERVE, __CEPH_OSD_OP1(SUB, 6), "scrub-reserve") \
f(SCRUB_UNRESERVE, __CEPH_OSD_OP1(SUB, 7), "scrub-unreserve") \
f(SCRUB_STOP, __CEPH_OSD_OP1(SUB, 8), "scrub-stop") \
f(SCRUB_MAP, __CEPH_OSD_OP1(SUB, 9), "scrub-map") \
INSN_3(ALU, SUB, X), \
INSN_3(ALU, SUB, K), \
INSN_3(ALU64, SUB, X), \
INSN_3(ALU64, SUB, K), \
ALU(SUB, -)
BPF_TEST_CLOBBER_ALU(ALU64_IMM, SUB, R8, 123456789),
BPF_TEST_CLOBBER_ALU(ALU64_IMM, SUB, R9, 123456789),
BPF_TEST_CLOBBER_ALU(ALU32_IMM, SUB, R8, 123456789),
BPF_TEST_CLOBBER_ALU(ALU32_IMM, SUB, R9, 123456789),
BPF_TEST_CLOBBER_ALU(ALU64_REG, SUB, R8, R1),
BPF_TEST_CLOBBER_ALU(ALU64_REG, SUB, R9, R1),
BPF_TEST_CLOBBER_ALU(ALU32_REG, SUB, R8, R1),
BPF_TEST_CLOBBER_ALU(ALU32_REG, SUB, R9, R1),
BPF_ALU32_SRC_ZEXT(SUB),
#define label_for_each_not_in_set(I, SET, SUB, P) \
((P) = __aa_label_next_not_in_set(&(I), (SET), (SUB))); \