Searched refs:OpTypes (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | parser-helpers.c | 506 enum OpTypes { enum 521 enum OpTypes op_types = (op1_m.type != IMMEDIATE) << 1 in gen_bin_cmp() 560 enum OpTypes op_types, in gen_simple_op() 594 enum OpTypes op_types, HexValue *op1, in gen_sub_op() 623 HexValue *res, enum OpTypes op_types, in gen_asl_op() 675 HexValue *res, enum OpTypes op_types, in gen_asr_op() 730 HexValue *res, enum OpTypes op_types, in gen_lsr_op() 776 enum OpTypes op_types, HexValue *op1, in gen_andl_op() 801 HexValue *res, enum OpTypes op_types, in gen_minmax_op() 850 enum OpTypes op_types; in gen_bin_op()
|