Searched refs:gen_constant (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | parser-helpers.c | 280 static HexValue gen_constant(Context *c, in gen_constant() function 659 HexValue zero = gen_constant(c, locp, "0", bit_width, UNSIGNED); in gen_asl_op() 708 HexValue zero = gen_constant(c, locp, "0", bit_width, SIGNED); in gen_asr_op() 756 HexValue zero = gen_constant(c, locp, "0", bit_width, UNSIGNED); in gen_lsr_op() 781 HexValue zero = gen_constant(c, locp, "0", 32, UNSIGNED); in gen_andl_op() 1084 HexValue zero = gen_constant(c, locp, "0", dst_width, UNSIGNED); in gen_extend_tcg_width_op() 1097 HexValue mask = gen_constant(c, locp, "-1", dst_width, UNSIGNED); in gen_extend_tcg_width_op() 1175 HexValue mask = gen_constant(c, locp, mask_str, dst->bit_width, in gen_rdeposit_op() 1178 HexValue k64 = gen_constant(c, locp, dst_width_str, dst->bit_width, in gen_rdeposit_op() 1223 zero = gen_constant(c, locp, "0", res.bit_width, UNSIGNED); in gen_rdeposit_op() [all …]
|