Searched refs:HPPA_REG_T0 (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/parisc/net/ |
D | bpf_jit_comp32.c | 189 emit(hppa_ldo(1 * HPPA_INSN_SIZE, HPPA_REG_T0, HPPA_REG_T0), ctx); in __build_epilogue() 190 emit(hppa_bv(HPPA_REG_ZERO, HPPA_REG_T0, EXEC_NEXT_INSTR), ctx); in __build_epilogue() 438 emit_imm(HPPA_REG_T0, imm, ctx); in emit_alu_i64() 439 emit(hppa_and(lo(rd), HPPA_REG_T0, lo(rd)), ctx); in emit_alu_i64() 444 emit_imm(HPPA_REG_T0, imm, ctx); in emit_alu_i64() 445 emit(hppa_or(lo(rd), HPPA_REG_T0, lo(rd)), ctx); in emit_alu_i64() 450 emit_imm(HPPA_REG_T0, imm, ctx); in emit_alu_i64() 451 emit_hppa_xor(lo(rd), HPPA_REG_T0, lo(rd), ctx); in emit_alu_i64() 453 emit_imm(HPPA_REG_T0, -1, ctx); in emit_alu_i64() 454 emit_hppa_xor(hi(rd), HPPA_REG_T0, hi(rd), ctx); in emit_alu_i64() [all …]
|
D | bpf_jit_comp64.c | 216 emit(hppa_ldo(1 * HPPA_INSN_SIZE, HPPA_REG_T0, HPPA_REG_T0), ctx); in __build_epilogue() 217 emit(hppa_bv(HPPA_REG_ZERO, HPPA_REG_T0, EXEC_NEXT_INSTR), ctx); in __build_epilogue() 260 emit(hppa_and(rd, rs, HPPA_REG_T0), ctx); in emit_branch() 262 rd = HPPA_REG_T0; in emit_branch() 388 emit(hppa64_shladd(idx_reg, 3, arr_reg, HPPA_REG_T0), ctx); in emit_bpf_tail_call() 391 emit(hppa64_ldd_im16(off, HPPA_REG_T0, HPPA_REG_T0), ctx); in emit_bpf_tail_call() 392 emit(hppa_bne(HPPA_REG_T0, HPPA_REG_ZERO, 2 - HPPA_BRANCH_DISPLACEMENT), ctx); in emit_bpf_tail_call() 402 emit(hppa64_ldd_im16(off, HPPA_REG_T0, HPPA_REG_T0), ctx); in emit_bpf_tail_call() 688 emit_hppa64_sext32(rs, HPPA_REG_T0, ctx); in bpf_jit_emit_insn() 689 emit(hppa64_mtsarcm(HPPA_REG_T0), ctx); in bpf_jit_emit_insn() [all …]
|
D | bpf_jit.h | 55 HPPA_REG_T0 = HPPA_REG_R1, /* Temporaries */ enumerator
|