Searched refs:ALU_OP_SUB (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/ |
D | jit.c | 939 plen_reg(nfp_prog), ALU_OP_SUB, imm_a(nfp_prog)); in construct_data_ind_ld() 952 emit_alu(nfp_prog, reg_none(), plen_reg(nfp_prog), ALU_OP_SUB, tmp_reg); in construct_data_ld() 1381 alu_op = meta->jump_neg_op ? ALU_OP_ADD : ALU_OP_SUB; in cmp_imm() 1422 emit_alu(nfp_prog, reg_none(), reg_a(areg), ALU_OP_SUB, reg_b(breg)); in cmp_reg() 1523 emit_alu(nfp_prog, reg_none(), dst_a, ALU_OP_SUB, tmp_b); in wrp_div_imm() 1545 emit_alu(nfp_prog, dst_both, dst_a, ALU_OP_SUB, in wrp_div_imm() 1581 plen_reg(nfp_prog), ALU_OP_SUB, reg_a(2 * 2)); in adjust_head() 1583 pv_len(nfp_prog), ALU_OP_SUB, reg_a(2 * 2)); in adjust_head() 1604 tmp, ALU_OP_SUB, reg_imm(adjust_head->off_min)); in adjust_head() 1607 reg_imm(adjust_head->off_max), ALU_OP_SUB, tmp); in adjust_head() [all …]
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/ |
D | nfp_asm.h | 211 ALU_OP_SUB = 0x15, enumerator
|