Searched refs:HPPA_REG_T1 (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/parisc/net/ |
D | bpf_jit_comp64.c | 364 emit(hppa_ldw(off, arr_reg, HPPA_REG_T1), ctx); in emit_bpf_tail_call() 370 emit(hppa_bltu(idx_reg, HPPA_REG_T1, 2 - HPPA_BRANCH_DISPLACEMENT), ctx); in emit_bpf_tail_call() 432 emit_hppa64_zext32(*rs, HPPA_REG_T1, ctx); in emit_zext_32_rd_rs() 433 *rs = HPPA_REG_T1; in emit_zext_32_rd_rs() 440 emit_hppa64_sext32(*rs, HPPA_REG_T1, ctx); in emit_sext_32_rd_rs() 441 *rs = HPPA_REG_T1; in emit_sext_32_rd_rs() 448 emit_zext_32(HPPA_REG_T1, ctx); in emit_zext_32_rd_t1() 654 emit_imm(HPPA_REG_T1, is64 ? (s64)(s32)imm : (u32)imm, HPPA_REG_T2, ctx); in bpf_jit_emit_insn() 655 rs = HPPA_REG_T1; in bpf_jit_emit_insn() 665 emit_imm(HPPA_REG_T1, is64 ? (s64)(s32)imm : (u32)imm, HPPA_REG_T2, ctx); in bpf_jit_emit_insn() [all …]
|
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 …]
|
D | bpf_jit.h | 56 HPPA_REG_T1 = HPPA_REG_R31, enumerator
|