Searched refs:hppa_sub (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/parisc/net/ |
D | bpf_jit_comp32.c | 531 emit(hppa_sub(lo(rd), HPPA_REG_T0, lo(rd)), ctx); in emit_alu_i32() 588 emit(hppa_sub(lo(rd), lo(rs), lo(rd)), ctx); in emit_alu_r64() 622 emit(hppa_sub(HPPA_REG_ZERO, lo(rd), lo(rd)), ctx); in emit_alu_r64() 654 emit(hppa_sub(lo(rd), lo(rs), lo(rd)), ctx); in emit_alu_r32() 690 emit(hppa_sub(HPPA_REG_ZERO, lo(rd), lo(rd)), ctx); // sub r0,rd,rd in emit_alu_r32()
|
D | bpf_jit_comp64.c | 630 emit(hppa_sub(rd, rs, rd), ctx); in bpf_jit_emit_insn() 722 emit(hppa_sub(HPPA_REG_ZERO, rd, rd), ctx); in bpf_jit_emit_insn() 796 emit(hppa_sub(rd, HPPA_REG_T1, rd), ctx); in bpf_jit_emit_insn()
|
D | bpf_jit.h | 117 #define hppa_sub(reg1, reg2, target) \ macro
|