Lines Matching defs:dstk
205 static inline void emit_ia32_mov_i(const u8 dst, const u32 val, bool dstk, in emit_ia32_mov_i()
233 static inline void emit_ia32_mov_r(const u8 dst, const u8 src, bool dstk, in emit_ia32_mov_r()
255 const u8 src[], bool dstk, in emit_ia32_mov_r64()
270 const u32 val, bool dstk, u8 **pprog) in emit_ia32_mov_i64()
284 static inline void emit_ia32_mul_r(const u8 dst, const u8 src, bool dstk, in emit_ia32_mul_r()
317 bool dstk, u8 **pprog, in emit_ia32_to_le_r64()
365 bool dstk, u8 **pprog, in emit_ia32_to_be_r64()
435 bool dstk, bool sstk, u8 **pprog) in emit_ia32_div_mod_r()
482 bool dstk, bool sstk, u8 **pprog) in emit_ia32_shift_r()
523 const u8 dst, const u8 src, bool dstk, in emit_ia32_alu_r()
578 bool dstk, bool sstk, in emit_ia32_alu_r64()
597 const u8 dst, const s32 val, bool dstk, in emit_ia32_alu_i()
678 bool dstk, u8 **pprog, in emit_ia32_alu_i64()
697 static inline void emit_ia32_neg64(const u8 dst[], bool dstk, u8 **pprog) in emit_ia32_neg64()
731 bool dstk, bool sstk, u8 **pprog) in emit_ia32_lsh_r64()
784 bool dstk, bool sstk, u8 **pprog) in emit_ia32_arsh_r64()
836 static inline void emit_ia32_rsh_r64(const u8 dst[], const u8 src[], bool dstk, in emit_ia32_rsh_r64()
890 bool dstk, u8 **pprog) in emit_ia32_lsh_i64()
938 bool dstk, u8 **pprog) in emit_ia32_rsh_i64()
987 bool dstk, u8 **pprog) in emit_ia32_arsh_i64()
1034 static inline void emit_ia32_mul_r64(const u8 dst[], const u8 src[], bool dstk, in emit_ia32_mul_r64()
1112 bool dstk, u8 **pprog) in emit_ia32_mul_i64()
1478 const bool dstk = insn->dst_reg != BPF_REG_AX; in do_jit() local