Lines Matching refs:emit_hppa_copy

120 static void emit_hppa_copy(const s8 rs, const s8 rd, struct hppa_jit_context *ctx)  in emit_hppa_copy()  function
165 emit_hppa_copy(HPPA_REG_ZERO, hi(rd), ctx); in emit_imm32()
203 emit_hppa_copy(lo(r0), HPPA_REG_RET0, ctx); in __build_epilogue()
316 emit_hppa_copy(HPPA_REG_ZERO, hi(reg), ctx); in bpf_put_reg32()
330 emit_hppa_copy(arg0, HPPA_REG_ARG0, ctx); in emit_call_millicode()
331 emit_hppa_copy(arg1, HPPA_REG_ARG1, ctx); in emit_call_millicode()
342 emit_hppa_copy(HPPA_REG_ZERO, HPPA_REG_RET1, ctx); in emit_call_millicode()
344 emit_hppa_copy(HPPA_REG_ARG0, HPPA_REG_RET1, ctx); in emit_call_millicode()
352 emit_hppa_copy(HPPA_REG_RET1, arg0, ctx); in emit_call_millicode()
364 emit_hppa_copy(lo(arg0), HPPA_REG_ARG0, ctx); in emit_call_libgcc_ll()
365 emit_hppa_copy(hi(arg0), HPPA_REG_ARG1, ctx); in emit_call_libgcc_ll()
366 emit_hppa_copy(lo(arg1), HPPA_REG_ARG2, ctx); in emit_call_libgcc_ll()
367 emit_hppa_copy(hi(arg1), HPPA_REG_ARG3, ctx); in emit_call_libgcc_ll()
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()
384 emit_hppa_copy(HPPA_REG_ARG0, HPPA_REG_RET1, ctx); in emit_call_libgcc_ll()
388 emit_hppa_copy(HPPA_REG_R31, HPPA_REG_RP, ctx); in emit_call_libgcc_ll()
393 emit_hppa_copy(HPPA_REG_RET0, hi(arg0), ctx); in emit_call_libgcc_ll()
394 emit_hppa_copy(HPPA_REG_RET1, lo(arg0), ctx); in emit_call_libgcc_ll()
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()
465 emit_hppa_copy(lo(rd), hi(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()
480 emit_hppa_copy(hi(rd), lo(rd), ctx); in emit_alu_i64()
481 emit_hppa_copy(HPPA_REG_ZERO, hi(rd), ctx); in emit_alu_i64()
495 emit_hppa_copy(hi(rd), lo(rd), ctx); in emit_alu_i64()
580 emit_hppa_copy(lo(rs), lo(rd), ctx); in emit_alu_r64()
581 emit_hppa_copy(hi(rs), hi(rd), ctx); in emit_alu_r64()
648 emit_hppa_copy(lo(rs), lo(rd), ctx); in emit_alu_r32()
910 emit_hppa_copy(hi(reg), HPPA_REG_ARG3, ctx); in emit_call()
911 emit_hppa_copy(lo(reg), HPPA_REG_ARG2, ctx); in emit_call()
914 emit_hppa_copy(hi(reg), HPPA_REG_ARG1, ctx); in emit_call()
915 emit_hppa_copy(lo(reg), HPPA_REG_ARG0, ctx); in emit_call()
929 emit_hppa_copy(HPPA_REG_R31, HPPA_REG_RP, ctx); in emit_call()
939 emit_hppa_copy(HPPA_REG_RET0, hi(r0), ctx); in emit_call()
940 emit_hppa_copy(HPPA_REG_RET1, lo(r0), ctx); in emit_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()
1286 emit_hppa_copy(hi(rd), HPPA_REG_T0, ctx); in bpf_jit_emit_insn()
1509 emit_hppa_copy(HPPA_REG_SP, HPPA_REG_R1, ctx); // copy sp,r1 (=prev_sp) in bpf_jit_build_prologue()
1581 emit_hppa_copy(HPPA_REG_ARG3, hi(reg), ctx); in bpf_jit_build_prologue()
1583 emit_hppa_copy(HPPA_REG_ARG2, lo(reg), ctx); in bpf_jit_build_prologue()
1591 emit_hppa_copy(HPPA_REG_ARG1, hi(reg), ctx); in bpf_jit_build_prologue()
1593 emit_hppa_copy(HPPA_REG_ARG0, lo(reg), ctx); in bpf_jit_build_prologue()
1605 emit_hppa_copy(HPPA_REG_ZERO, hi(reg), ctx); in bpf_jit_build_prologue()