Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit.h93 #define im11(val) (((u32)(val)) & 0x07ff) macro
429 static inline u32 hppa_t7_insn(u8 opcode, u8 r, u8 t, u32 im11) in hppa_t7_insn() argument
431 return ((opcode << 26) | (r << 21) | (t << 16) | low_sign_unext(im11, 11)); in hppa_t7_insn()
H A Dbpf_jit_comp32.c143 u32 lower = im11(imm); in emit_imm()
348 emit(hppa_be_l(im11(func_addr) >> 2, HPPA_REG_R31, NOP_NEXT_INSTR), ctx); in emit_call_millicode()
387 emit(hppa_be_l(im11(func_addr) >> 2, HPPA_REG_R31, EXEC_NEXT_INSTR), ctx); in emit_call_libgcc_ll()
418 …emit(hppa_be_l(im11(addr) >> 2, HPPA_REG_R31, NOP_NEXT_INSTR), ctx); // be,l,n addr(sr4,r31), %sr0… in emit_jump()
927 emit(hppa_be_l(im11(addr) >> 2, HPPA_REG_R31, EXEC_NEXT_INSTR), ctx); in emit_call()
1022 off = im11(off); in emit_load_r64()
1069 off = im11(off); in emit_store_r64()
1542 emit(hppa_ldo(im11(addr), HPPA_REG_T2, HPPA_REG_T2), ctx); in bpf_jit_build_prologue()
H A Dbpf_jit_comp64.c137 u32 lower = im11(imm); in emit_imm32()
201 emit(hppa_be_l(im11(addr) >> 2, HPPA_REG_R31, NOP_NEXT_INSTR), ctx); in emit_jump()
488 emit(hppa_ldo(im11(addr), HPPA_REG_R31, HPPA_REG_R31), ctx); in emit_call()
567 off = im11(off); in emit_store()
1031 off = im11(off); in bpf_jit_emit_insn()