Searched refs:HPPA_REG_R1 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit_comp64.c | 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() 1150 emit_hppa_copy(HPPA_REG_SP, HPPA_REG_R1, ctx); in bpf_jit_build_prologue() [all …]
|
H A D | bpf_jit_comp32.c | 1020 srcreg = HPPA_REG_R1; in emit_load_r64() 1067 dstreg = HPPA_REG_R1; in emit_store_r64() 1505 emit(hppa_ldi(MAX_TAIL_CALL_CNT, HPPA_REG_R1), ctx); in bpf_jit_build_prologue() 1509 emit_hppa_copy(HPPA_REG_SP, HPPA_REG_R1, ctx); // copy sp,r1 (=prev_sp) in bpf_jit_build_prologue() 1511 emit(hppa_stw(HPPA_REG_R1, -REG_SIZE, HPPA_REG_SP), ctx); // stw prev_sp,-0x04(sp) in bpf_jit_build_prologue() 1551 emit(hppa_ldw(-0x48, HPPA_REG_R1, hi(reg)), ctx); in bpf_jit_build_prologue() 1553 emit(hppa_ldw(-0x44, HPPA_REG_R1, lo(reg)), ctx); in bpf_jit_build_prologue() 1561 emit(hppa_ldw(-0x40, HPPA_REG_R1, hi(reg)), ctx); in bpf_jit_build_prologue() 1563 emit(hppa_ldw(-0x3c, HPPA_REG_R1, lo(reg)), ctx); in bpf_jit_build_prologue() 1571 emit(hppa_ldw(-0x38, HPPA_REG_R1, hi(reg)), ctx); in bpf_jit_build_prologue() [all …]
|
H A D | bpf_jit.h | 27 HPPA_REG_R1 = 1, /* used for addil */ enumerator 55 HPPA_REG_T0 = HPPA_REG_R1, /* Temporaries */
|