Lines Matching defs:dstk
206 static inline void emit_ia32_mov_i(const u8 dst, const u32 val, bool dstk, in emit_ia32_mov_i()
234 static inline void emit_ia32_mov_r(const u8 dst, const u8 src, bool dstk, in emit_ia32_mov_r()
256 const u8 src[], bool dstk, in emit_ia32_mov_r64()
271 const u32 val, bool dstk, u8 **pprog) in emit_ia32_mov_i64()
285 static inline void emit_ia32_mul_r(const u8 dst, const u8 src, bool dstk, in emit_ia32_mul_r()
318 bool dstk, u8 **pprog, in emit_ia32_to_le_r64()
366 bool dstk, u8 **pprog, in emit_ia32_to_be_r64()
436 bool dstk, bool sstk, u8 **pprog) in emit_ia32_div_mod_r()
483 bool dstk, bool sstk, u8 **pprog) in emit_ia32_shift_r()
524 const u8 dst, const u8 src, bool dstk, in emit_ia32_alu_r()
579 bool dstk, bool sstk, in emit_ia32_alu_r64()
598 const u8 dst, const s32 val, bool dstk, in emit_ia32_alu_i()
679 bool dstk, u8 **pprog, in emit_ia32_alu_i64()
698 static inline void emit_ia32_neg64(const u8 dst[], bool dstk, u8 **pprog) in emit_ia32_neg64()
732 bool dstk, bool sstk, u8 **pprog) in emit_ia32_lsh_r64()
785 bool dstk, bool sstk, u8 **pprog) in emit_ia32_arsh_r64()
837 static inline void emit_ia32_rsh_r64(const u8 dst[], const u8 src[], bool dstk, in emit_ia32_rsh_r64()
891 bool dstk, u8 **pprog) in emit_ia32_lsh_i64()
939 bool dstk, u8 **pprog) in emit_ia32_rsh_i64()
988 bool dstk, u8 **pprog) in emit_ia32_arsh_i64()
1035 static inline void emit_ia32_mul_r64(const u8 dst[], const u8 src[], bool dstk, in emit_ia32_mul_r64()
1113 bool dstk, u8 **pprog) in emit_ia32_mul_i64()
1675 const bool dstk = insn->dst_reg != BPF_REG_AX; in do_jit() local