Searched refs:HPPA_REG_T2 (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/arch/parisc/net/ |
D | bpf_jit_comp64.c | 430 emit_hppa64_zext32(*rd, HPPA_REG_T2, ctx); in emit_zext_32_rd_rs() 431 *rd = HPPA_REG_T2; in emit_zext_32_rd_rs() 438 emit_hppa64_sext32(*rd, HPPA_REG_T2, ctx); in emit_sext_32_rd_rs() 439 *rd = HPPA_REG_T2; in emit_sext_32_rd_rs() 446 emit_hppa64_zext32(*rd, HPPA_REG_T2, ctx); in emit_zext_32_rd_t1() 447 *rd = HPPA_REG_T2; in emit_zext_32_rd_t1() 453 emit_hppa64_sext32(*rd, HPPA_REG_T2, ctx); in emit_sext_32_rd() 454 *rd = HPPA_REG_T2; in emit_sext_32_rd() 654 emit_imm(HPPA_REG_T1, is64 ? (s64)(s32)imm : (u32)imm, HPPA_REG_T2, ctx); 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 | 103 [TMP_REG_1] = {HPPA_REG_T3, HPPA_REG_T2}, 1516 REG_FORCE_SEEN(ctx, HPPA_REG_T2); in bpf_jit_build_prologue() 1541 emit(hppa_ldil(addr, HPPA_REG_T2), ctx); in bpf_jit_build_prologue() 1542 emit(hppa_ldo(im11(addr), HPPA_REG_T2, HPPA_REG_T2), ctx); in bpf_jit_build_prologue() 1543 emit(EXIT_PTR_STORE(HPPA_REG_T2), ctx); in bpf_jit_build_prologue()
|
D | bpf_jit.h | 57 HPPA_REG_T2 = HPPA_REG_ARG4, enumerator
|