Lines Matching refs:HPPA_REG_R1
565 dstreg = HPPA_REG_R1; in emit_store()
582 emit(hppa_ldo(off, dstreg, HPPA_REG_R1), ctx); in emit_store()
583 emit(hppa64_std_im5(rs, 0, HPPA_REG_R1), ctx); in emit_store()
1027 srcreg = HPPA_REG_R1; in bpf_jit_emit_insn()
1028 BUG_ON(rs == HPPA_REG_R1); in bpf_jit_emit_insn()
1029 BUG_ON(rd == HPPA_REG_R1); in bpf_jit_emit_insn()
1052 emit(hppa_ldo(off, srcreg, HPPA_REG_R1), ctx); in bpf_jit_emit_insn()
1053 emit(hppa64_ldd_reg(HPPA_REG_ZERO, HPPA_REG_R1, rd), ctx); in bpf_jit_emit_insn()
1135 emit(hppa_ldi(MAX_TAIL_CALL_CNT, HPPA_REG_R1), ctx); in bpf_jit_build_prologue()
1136 emit(hppa_beq(HPPA_REG_TCC_IN_INIT, HPPA_REG_R1, 6 - HPPA_BRANCH_DISPLACEMENT), ctx); in bpf_jit_build_prologue()
1150 emit_hppa_copy(HPPA_REG_SP, HPPA_REG_R1, ctx); in bpf_jit_build_prologue()
1152 emit(hppa64_std_im5 (HPPA_REG_R1, -REG_SIZE, HPPA_REG_SP), ctx); in bpf_jit_build_prologue()