Searched refs:HPPA_REG_T0 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit_comp32.c | 189 emit(hppa_ldo(1 * HPPA_INSN_SIZE, HPPA_REG_T0, HPPA_REG_T0), ctx); in __build_epilogue() 438 emit_imm(HPPA_REG_T0, imm, ctx); in emit_alu_i64() 444 emit_imm(HPPA_REG_T0, imm, ctx); in emit_alu_i64() 450 emit_imm(HPPA_REG_T0, imm, ctx); in emit_alu_i64() 453 emit_imm(HPPA_REG_T0, -1, ctx); in emit_alu_i64() 526 emit_imm(HPPA_REG_T0, imm, ctx); in emit_alu_i32() 530 emit_imm(HPPA_REG_T0, imm, ctx); in emit_alu_i32() 534 emit_imm(HPPA_REG_T0, imm, ctx); in emit_alu_i32() 802 rd = HPPA_REG_T0; in emit_bcc() 989 emit(hppa_ldw(off, HPPA_REG_T0, HPPA_REG_T0), ctx); in emit_bpf_tail_call() [all …]
|
H A D | bpf_jit_comp64.c | 216 emit(hppa_ldo(1 * HPPA_INSN_SIZE, HPPA_REG_T0, HPPA_REG_T0), 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() 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() 709 emit_hppa64_sext32(rs, HPPA_REG_T0, ctx); in bpf_jit_emit_insn() 710 emit(hppa64_mtsarcm(HPPA_REG_T0), ctx); in bpf_jit_emit_insn() [all …]
|
H A D | bpf_jit.h | 55 HPPA_REG_T0 = HPPA_REG_R1, /* Temporaries */ enumerator
|