Lines Matching defs:rd

469 static inline void emit_mov_i_no8m(const u8 rd, u32 val, struct jit_ctx *ctx)  in emit_mov_i_no8m()
480 static inline void emit_mov_i(const u8 rd, u32 val, struct jit_ctx *ctx) in emit_mov_i()
520 static inline void emit_udivmod(u8 rd, u8 rm, u8 rn, struct jit_ctx *ctx, u8 op, u8 sign) in emit_udivmod()
588 static inline void emit_udivmod64(const s8 *rd, const s8 *rm, const s8 *rn, struct jit_ctx *ctx, in emit_udivmod64()
748 const s8 *rd = is_stacked(dst_lo) ? tmp : dst; in emit_a32_mov_i64() local
848 const s8 *rd; in emit_a32_alu_r64() local
916 s8 rd; in emit_a32_movsx_r64() local
968 s8 rd; in emit_a32_alu_i() local
995 const s8 *rd; in emit_a32_neg64() local
1012 const s8 *rd; in emit_a32_lsh_r64() local
1036 const s8 *rd; in emit_a32_arsh_r64() local
1061 const s8 *rd; in emit_a32_rsh_r64() local
1085 const s8 *rd; in emit_a32_lsh_i64() local
1111 const s8 *rd; in emit_a32_rsh_i64() local
1141 const s8 *rd; in emit_a32_arsh_i64() local
1170 const s8 *rd, *rt; in emit_a32_mul_r64() local
1230 s8 rd; in emit_str_r() local
1265 const s8 *rd = is_stacked(dst_lo) ? tmp : dst; in emit_ldx_r() local
1309 const s8 *rd = is_stacked(dst_lo) ? tmp : dst; in emit_ldsx_r() local
1350 static inline void emit_ar_r(const u8 rd, const u8 rt, const u8 rm, in emit_ar_r()
1475 static inline void emit_rev16(const u8 rd, const u8 rn, struct jit_ctx *ctx) in emit_rev16()
1490 static inline void emit_rev32(const u8 rd, const u8 rn, struct jit_ctx *ctx) in emit_rev32()
1600 const s8 *rd, *rs; in build_insn() local