Lines Matching defs:ext
126 static inline bool has_ext(DisasContext *ctx, uint32_t ext) in has_ext()
330 static TCGv get_gpr(DisasContext *ctx, int reg_num, DisasExtend ext) in get_gpr()
738 #define REQUIRE_EXT(ctx, ext) do { \ argument
854 static bool gen_arith_imm_fn(DisasContext *ctx, arg_i *a, DisasExtend ext, in gen_arith_imm_fn()
878 static bool gen_arith_imm_tl(DisasContext *ctx, arg_i *a, DisasExtend ext, in gen_arith_imm_tl()
904 static bool gen_arith(DisasContext *ctx, arg_r *a, DisasExtend ext, in gen_arith()
930 static bool gen_arith_per_ol(DisasContext *ctx, arg_r *a, DisasExtend ext, in gen_arith_per_ol()
947 static bool gen_shift_imm_fn(DisasContext *ctx, arg_shift *a, DisasExtend ext, in gen_shift_imm_fn()
978 DisasExtend ext, in gen_shift_imm_fn_per_ol()
995 static bool gen_shift_imm_tl(DisasContext *ctx, arg_shift *a, DisasExtend ext, in gen_shift_imm_tl()
1015 static bool gen_shift(DisasContext *ctx, arg_r *a, DisasExtend ext, in gen_shift()
1044 static bool gen_shift_per_ol(DisasContext *ctx, arg_r *a, DisasExtend ext, in gen_shift_per_ol()
1060 static bool gen_unary(DisasContext *ctx, arg_r2 *a, DisasExtend ext, in gen_unary()
1072 static bool gen_unary_per_ol(DisasContext *ctx, arg_r2 *a, DisasExtend ext, in gen_unary_per_ol()