Home
last modified time | relevance | path

Searched refs:HPPA_REG_ZERO (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit_comp32.c135 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()
316 emit_hppa_copy(HPPA_REG_ZERO, hi(reg), ctx); in bpf_put_reg32()
345 emit(hppa_or_cond(HPPA_REG_ARG1, HPPA_REG_ZERO, 1, 0, HPPA_REG_ZERO), ctx); in emit_call_millicode()
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()
803 rs = HPPA_REG_ZERO; in emit_bcc()
[all …]
H A Dbpf_jit_comp64.c60 #define EXIT_PTR_JUMP(reg, nop) hppa_bv(HPPA_REG_ZERO, reg, nop)
145 emit(hppa_ldo(lower, HPPA_REG_ZERO, rd), ctx); in emit_imm32()
177 emit_hppa64_depd(HPPA_REG_ZERO, 31, 32, rd, 1, ctx); in emit_imm()
241 emit(hppa_bv(HPPA_REG_ZERO, HPPA_REG_RP, EXEC_NEXT_INSTR), ctx); in __build_epilogue()
263 rs = HPPA_REG_ZERO; in emit_branch()
535 emit_hppa_copy(HPPA_REG_ZERO, HPPA_REG_RET0, ctx); in emit_call_libgcc_ll()
722 emit(hppa_sub(HPPA_REG_ZERO, rd, rd), ctx); in bpf_jit_emit_insn()
732 emit_hppa64_depd(HPPA_REG_ZERO, 63-16, 64-16, rd, 1, ctx); in bpf_jit_emit_insn()
903 emit_branch(BPF_JNE, HPPA_REG_T1, HPPA_REG_ZERO, paoff, in bpf_jit_emit_insn()
937 rs = HPPA_REG_ZERO; in bpf_jit_emit_insn()
[all …]
H A Dbpf_jit.h26 HPPA_REG_ZERO = 0, /* The constant value 0 */ enumerator
102 hppa_ldo(im14, HPPA_REG_ZERO, reg) /* ldi val14,reg */
128 hppa_or(reg, HPPA_REG_ZERO, target) /* copy reg,target */