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

/linux-master/arch/parisc/net/
H A Dbpf_jit.h93 #define im11(val) (((u32)(val)) & 0x07ff) macro
124 hppa_t7_insn(0x2d, reg, target, val11) /* addi im11,reg,target */
126 hppa_t7_insn(0x25, reg, target, val11) /* subi im11,reg,target */
429 static inline u32 hppa_t7_insn(u8 opcode, u8 r, u8 t, u32 im11) argument
431 return ((opcode << 26) | (r << 21) | (t << 16) | low_sign_unext(im11, 11));
H A Dbpf_jit_comp64.c137 u32 lower = im11(imm);
201 emit(hppa_be_l(im11(addr) >> 2, HPPA_REG_R31, NOP_NEXT_INSTR), ctx);
488 emit(hppa_ldo(im11(addr), HPPA_REG_R31, HPPA_REG_R31), ctx);
567 off = im11(off);
1031 off = im11(off);
H A Dbpf_jit_comp32.c143 u32 lower = im11(imm);
348 emit(hppa_be_l(im11(func_addr) >> 2, HPPA_REG_R31, NOP_NEXT_INSTR), ctx);
387 emit(hppa_be_l(im11(func_addr) >> 2, HPPA_REG_R31, EXEC_NEXT_INSTR), ctx);
418 emit(hppa_be_l(im11(addr) >> 2, HPPA_REG_R31, NOP_NEXT_INSTR), ctx); // be,l,n addr(sr4,r31), %sr0, %r31
927 emit(hppa_be_l(im11(addr) >> 2, HPPA_REG_R31, EXEC_NEXT_INSTR), ctx);
1022 off = im11(off);
1069 off = im11(off);
1542 emit(hppa_ldo(im11(addr), HPPA_REG_T2, HPPA_REG_T2), ctx);

Completed in 143 milliseconds