Home
last modified time | relevance | path

Searched refs:hppa_sub (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/parisc/net/
Dbpf_jit_comp32.c531 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()
Dbpf_jit_comp64.c630 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()
Dbpf_jit.h117 #define hppa_sub(reg1, reg2, target) \ macro