Lines Matching refs:HPPA_REG_ZERO
67 #define EXIT_PTR_JUMP(reg, nop) hppa_bv(HPPA_REG_ZERO, reg, nop)
135 emit(hppa_copy(HPPA_REG_ZERO, r3), ctx); in emit_hppa_xor()
165 emit_hppa_copy(HPPA_REG_ZERO, hi(rd), ctx); in emit_imm32()
190 emit(hppa_bv(HPPA_REG_ZERO, HPPA_REG_T0, EXEC_NEXT_INSTR), ctx); in __build_epilogue()
214 emit(hppa_bv(HPPA_REG_ZERO, HPPA_REG_RP, EXEC_NEXT_INSTR), ctx); in __build_epilogue()
312 emit(hppa_stw(HPPA_REG_ZERO, REG_SIZE * hi(reg), HPPA_REG_SP), ctx); in bpf_put_reg32()
316 emit_hppa_copy(HPPA_REG_ZERO, hi(reg), ctx); in bpf_put_reg32()
342 emit_hppa_copy(HPPA_REG_ZERO, HPPA_REG_RET1, ctx); in emit_call_millicode()
345 emit(hppa_or_cond(HPPA_REG_ARG1, HPPA_REG_ZERO, 1, 0, HPPA_REG_ZERO), ctx); in emit_call_millicode()
380 emit_hppa_copy(HPPA_REG_ZERO, HPPA_REG_RET0, ctx); in emit_call_libgcc_ll()
382 emit_hppa_copy(HPPA_REG_ZERO, HPPA_REG_RET1, ctx); in emit_call_libgcc_ll()
385 emit(hppa_or_cond(HPPA_REG_ARG2, HPPA_REG_ARG3, 1, 0, HPPA_REG_ZERO), ctx); in emit_call_libgcc_ll()
409 emit(hppa_bl(paoff - HPPA_BRANCH_DISPLACEMENT, HPPA_REG_ZERO), ctx); in emit_jump()
441 emit_hppa_copy(HPPA_REG_ZERO, hi(rd), ctx); in emit_alu_i64()
463 emit_hppa_copy(HPPA_REG_ZERO, lo(rd), ctx); in emit_alu_i64()
466 emit_hppa_copy(HPPA_REG_ZERO, lo(rd), ctx); in emit_alu_i64()
478 emit_hppa_copy(HPPA_REG_ZERO, hi(rd), ctx); in emit_alu_i64()
481 emit_hppa_copy(HPPA_REG_ZERO, hi(rd), ctx); in emit_alu_i64()
622 emit(hppa_sub(HPPA_REG_ZERO, lo(rd), lo(rd)), ctx); in emit_alu_r64()
623 emit(hppa_subb(HPPA_REG_ZERO, hi(rd), hi(rd)), ctx); in emit_alu_r64()
690 emit(hppa_sub(HPPA_REG_ZERO, lo(rd), lo(rd)), ctx); // sub r0,rd,rd in emit_alu_r32()
772 emit(hppa_bne(HPPA_REG_T0, HPPA_REG_ZERO, JUMP(1)), ctx); in emit_branch_r64()
773 emit(hppa_beq(HPPA_REG_T1, HPPA_REG_ZERO, NO_JUMP(0)), ctx); in emit_branch_r64()
803 rs = HPPA_REG_ZERO; in emit_bcc()
977 emit(hppa_bge(HPPA_REG_TCC, HPPA_REG_ZERO, 2 - HPPA_BRANCH_DISPLACEMENT), ctx); in emit_bpf_tail_call()
990 emit(hppa_bne(HPPA_REG_T0, HPPA_REG_ZERO, 2 - HPPA_BRANCH_DISPLACEMENT), ctx); in emit_bpf_tail_call()
1030 emit_hppa_copy(HPPA_REG_ZERO, hi(rd), ctx); in emit_load_r64()
1035 emit_hppa_copy(HPPA_REG_ZERO, hi(rd), ctx); in emit_load_r64()
1040 emit_hppa_copy(HPPA_REG_ZERO, hi(rd), ctx); in emit_load_r64()
1112 emit_hppa_copy(HPPA_REG_ZERO, hi(rd), ctx); in emit_zext64()
1255 emit_hppa_copy(HPPA_REG_ZERO, hi(rd), ctx); in bpf_jit_emit_insn()
1277 emit_hppa_copy(HPPA_REG_ZERO, hi(rd), ctx); in bpf_jit_emit_insn()
1282 emit_hppa_copy(HPPA_REG_ZERO, hi(rd), ctx); in bpf_jit_emit_insn()
1605 emit_hppa_copy(HPPA_REG_ZERO, hi(reg), ctx); in bpf_jit_build_prologue()