Lines Matching refs:HPPA_REG_T0
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()
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()
1174 REG_FORCE_SEEN(ctx, HPPA_REG_T0); in bpf_jit_build_prologue()