Symbol: hppa_ldo
arch/parisc/net/bpf_jit.h
102
hppa_ldo(im14, HPPA_REG_ZERO, reg) /* ldi val14,reg */
arch/parisc/net/bpf_jit_comp32.c
1510
emit(hppa_ldo(stack_adjust, HPPA_REG_SP, HPPA_REG_SP), ctx); // ldo stack_adjust(sp),sp (increase stack)
arch/parisc/net/bpf_jit_comp32.c
153
emit(hppa_ldo(lower, rd, rd), ctx);
arch/parisc/net/bpf_jit_comp32.c
1542
emit(hppa_ldo(im11(addr), HPPA_REG_T2, HPPA_REG_T2), ctx);
arch/parisc/net/bpf_jit_comp32.c
1602
emit(hppa_ldo(-REG_SIZE * (NR_SAVED_REGISTERS + BPF_JIT_SCRATCH_REGS),
arch/parisc/net/bpf_jit_comp32.c
189
emit(hppa_ldo(1 * HPPA_INSN_SIZE, HPPA_REG_T0, HPPA_REG_T0), ctx);
arch/parisc/net/bpf_jit_comp32.c
374
emit(hppa_ldo(2 * FRAME_SIZE, HPPA_REG_SP, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp32.c
391
emit(hppa_ldo(-2 * FRAME_SIZE, HPPA_REG_SP, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp32.c
894
emit(hppa_ldo(offset_sp, HPPA_REG_SP, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp32.c
936
emit(hppa_ldo(-offset_sp, HPPA_REG_SP, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp32.c
976
emit(hppa_ldo(-1, HPPA_REG_TCC, HPPA_REG_TCC), ctx);
arch/parisc/net/bpf_jit_comp64.c
1052
emit(hppa_ldo(off, srcreg, HPPA_REG_R1), ctx);
arch/parisc/net/bpf_jit_comp64.c
1151
emit(hppa_ldo(stack_adjust, HPPA_REG_SP, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp64.c
1197
emit(hppa_ldo(-FRAME_SIZE, HPPA_REG_SP, reg), ctx);
arch/parisc/net/bpf_jit_comp64.c
145
emit(hppa_ldo(lower, HPPA_REG_ZERO, rd), ctx);
arch/parisc/net/bpf_jit_comp64.c
151
emit(hppa_ldo(lower, rd, rd), ctx);
arch/parisc/net/bpf_jit_comp64.c
216
emit(hppa_ldo(1 * HPPA_INSN_SIZE, HPPA_REG_T0, HPPA_REG_T0), ctx);
arch/parisc/net/bpf_jit_comp64.c
378
emit(hppa_ldo(-1, HPPA_REG_TCC, HPPA_REG_TCC), ctx);
arch/parisc/net/bpf_jit_comp64.c
467
emit(hppa_ldo(offset_sp, HPPA_REG_SP, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp64.c
488
emit(hppa_ldo(im11(addr), HPPA_REG_R31, HPPA_REG_R31), ctx);
arch/parisc/net/bpf_jit_comp64.c
499
emit(hppa_ldo(-offset_sp, HPPA_REG_SP, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp64.c
525
emit(hppa_ldo(FRAME_SIZE, HPPA_REG_SP, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp64.c
545
emit(hppa_ldo(-FRAME_SIZE, HPPA_REG_SP, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp64.c
582
emit(hppa_ldo(off, dstreg, HPPA_REG_R1), ctx);
arch/parisc/net/bpf_jit_comp64.c
782
emit(hppa_ldo(imm, rd, rd), ctx);
arch/parisc/net/bpf_jit_comp64.c
793
emit(hppa_ldo(-imm, rd, rd), ctx);