Home
last modified time | relevance | path

Searched defs:locp (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c33 void yyerror(YYLTYPE *locp, in yyerror()
80 void str_print(Context *c, YYLTYPE *locp, const char *string) in str_print()
86 void uint8_print(Context *c, YYLTYPE *locp, uint8_t *num) in uint8_print()
92 void uint64_print(Context *c, YYLTYPE *locp, uint64_t *num) in uint64_print()
98 void int_print(Context *c, YYLTYPE *locp, int *num) in int_print()
104 void uint_print(Context *c, YYLTYPE *locp, unsigned *num) in uint_print()
110 void tmp_print(Context *c, YYLTYPE *locp, HexTmp *tmp) in tmp_print()
116 void pred_print(Context *c, YYLTYPE *locp, HexPred *pred, bool is_dotnew) in pred_print()
123 void reg_compose(Context *c, YYLTYPE *locp, HexReg *reg, char reg_id[5]) in reg_compose()
157 static void reg_arg_print(Context *c, YYLTYPE *locp, HexReg *reg) in reg_arg_print()
[all …]
H A Dparser-helpers.h51 #define yyassert(context, locp, condition, msg) \ argument
96 #define OUT_IMPL(c, locp, x) \ argument
108 #define FE_1(c, locp, WHAT, X) WHAT(c, locp, X) argument
109 #define FE_2(c, locp, WHAT, X, ...) \ argument
111 #define FE_3(c, locp, WHAT, X, ...) \ argument
113 #define FE_4(c, locp, WHAT, X, ...) \ argument
115 #define FE_5(c, locp, WHAT, X, ...) \ argument
117 #define FE_6(c, locp, WHAT, X, ...) \ argument
119 #define FE_7(c, locp, WHAT, X, ...) \ argument
121 #define FE_8(c, locp, WHAT, X, ...) \ argument
[all …]