Searched refs:hppa_ldo (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit_comp64.c | 145 emit(hppa_ldo(lower, HPPA_REG_ZERO, rd), ctx); in emit_imm32() 151 emit(hppa_ldo(lower, rd, rd), ctx); in emit_imm32() 378 emit(hppa_ldo(-1, HPPA_REG_TCC, HPPA_REG_TCC), ctx); in emit_bpf_tail_call() 467 emit(hppa_ldo(offset_sp, HPPA_REG_SP, HPPA_REG_SP), ctx); in emit_call() 499 emit(hppa_ldo(-offset_sp, HPPA_REG_SP, HPPA_REG_SP), ctx); in emit_call() 525 emit(hppa_ldo(FRAME_SIZE, HPPA_REG_SP, HPPA_REG_SP), ctx); in emit_call_libgcc_ll() 582 emit(hppa_ldo(off, dstreg, HPPA_REG_R1), ctx); in emit_store() 782 emit(hppa_ldo(imm, rd, rd), ctx); in bpf_jit_emit_insn() 793 emit(hppa_ldo(-imm, rd, rd), ctx); in bpf_jit_emit_insn() 1052 emit(hppa_ldo(off, srcreg, HPPA_REG_R1), ctx); in bpf_jit_emit_insn() [all …]
|
H A D | bpf_jit_comp32.c | 153 emit(hppa_ldo(lower, rd, rd), ctx); in emit_imm() 189 emit(hppa_ldo(1 * HPPA_INSN_SIZE, HPPA_REG_T0, HPPA_REG_T0), ctx); in __build_epilogue() 374 emit(hppa_ldo(2 * FRAME_SIZE, HPPA_REG_SP, HPPA_REG_SP), ctx); in emit_call_libgcc_ll() 391 emit(hppa_ldo(-2 * FRAME_SIZE, HPPA_REG_SP, HPPA_REG_SP), ctx); in emit_call_libgcc_ll() 894 emit(hppa_ldo(offset_sp, HPPA_REG_SP, HPPA_REG_SP), ctx); in emit_call() 936 emit(hppa_ldo(-offset_sp, HPPA_REG_SP, HPPA_REG_SP), ctx); in emit_call() 976 emit(hppa_ldo(-1, HPPA_REG_TCC, HPPA_REG_TCC), ctx); in emit_bpf_tail_call() 1510 …emit(hppa_ldo(stack_adjust, HPPA_REG_SP, HPPA_REG_SP), ctx); // ldo stack_adjust(sp),sp (increase … in bpf_jit_build_prologue() 1542 emit(hppa_ldo(im11(addr), HPPA_REG_T2, HPPA_REG_T2), ctx); in bpf_jit_build_prologue() 1602 emit(hppa_ldo(-REG_SIZE * (NR_SAVED_REGISTERS + BPF_JIT_SCRATCH_REGS), in bpf_jit_build_prologue()
|
H A D | bpf_jit.h | 99 #define hppa_ldo(im14, reg, target) \ macro 102 hppa_ldo(im14, HPPA_REG_ZERO, reg) /* ldi val14,reg */
|