Searched refs:HPPA_REG_T1 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit_comp64.c | 433 *rs = HPPA_REG_T1; in emit_zext_32_rd_rs() 441 *rs = HPPA_REG_T1; in emit_sext_32_rd_rs() 655 rs = HPPA_REG_T1; in bpf_jit_emit_insn() 666 rs = HPPA_REG_T1; in bpf_jit_emit_insn() 677 rs = HPPA_REG_T1; in bpf_jit_emit_insn() 754 emit_hppa64_depd(HPPA_REG_T1, 63-16, 8, HPPA_REG_T1, 1, ctx); in bpf_jit_emit_insn() 755 emit(hppa_shrpw(rd, HPPA_REG_T1, 8, HPPA_REG_T1), ctx); in bpf_jit_emit_insn() 761 emit(hppa64_hshr_u(HPPA_REG_T1, 8, HPPA_REG_T1), ctx); in bpf_jit_emit_insn() 935 rs = HPPA_REG_T1; in bpf_jit_emit_insn() 956 emit(hppa_and(HPPA_REG_T1, rd, HPPA_REG_T1), ctx); in bpf_jit_emit_insn() [all …]
|
H A D | bpf_jit_comp32.c | 771 emit(hppa_and(lo(rs1), lo(rs2), HPPA_REG_T1), ctx); in emit_branch_r64() 773 emit(hppa_beq(HPPA_REG_T1, HPPA_REG_ZERO, NO_JUMP(0)), ctx); in emit_branch_r64() 962 emit(hppa_ldw(off, lo(arr_reg), HPPA_REG_T1), ctx); in emit_bpf_tail_call() 968 emit(hppa_bltu(lo(idx_reg), HPPA_REG_T1, 2 - HPPA_BRANCH_DISPLACEMENT), ctx); in emit_bpf_tail_call() 1094 emit(hppa_extru(rd, 23, 8, HPPA_REG_T1), ctx); in emit_rev16() 1095 emit(hppa_depwz(rd, 23, 8, HPPA_REG_T1), ctx); in emit_rev16() 1096 emit(hppa_extru(HPPA_REG_T1, 31, 16, rd), ctx); in emit_rev16() 1101 emit(hppa_shrpw(rs, rs, 16, HPPA_REG_T1), ctx); in emit_rev32() 1102 emit(hppa_depwz(HPPA_REG_T1, 15, 8, HPPA_REG_T1), ctx); in emit_rev32() 1103 emit(hppa_shrpw(rs, HPPA_REG_T1, 8, rd), ctx); in emit_rev32() [all …]
|
H A D | bpf_jit.h | 56 HPPA_REG_T1 = HPPA_REG_R31, enumerator
|