Home
last modified time | relevance | path

Searched defs:bit_suffix (Results 1 – 1 of 1) sorted by path

/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c487 const char *bit_suffix = (bit_width == 64) ? "i64" : "i32"; in gen_varid_allocate() local
525 const char *bit_suffix = op_is64bit ? "i64" : "i32"; in gen_bin_cmp() local
559 const char *bit_suffix, HexValue *res, in gen_simple_op()
593 const char *bit_suffix, HexValue *res, in gen_sub_op()
622 bool op_is64bit, const char *bit_suffix, in gen_asl_op()
674 bool op_is64bit, const char *bit_suffix, in gen_asr_op()
729 bool op_is64bit, const char *bit_suffix, in gen_lsr_op()
775 const char *bit_suffix, HexValue *res, in gen_andl_op()
854 const char *bit_suffix; in gen_bin_op() local
1561 const char *bit_suffix = src->bit_width == 64 ? "64" : "32"; in gen_locnt_op() local
[all …]