Searched refs:value_match (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/
H A Dbfin-parse.c523 value_match(expr, bits, sign, mul, 1)
525 value_match(expr, bits, sign, mul, 0)
528 #define IS_IMM(expr, bits) value_match (expr, bits, 0, 1, 1)
529 #define IS_UIMM(expr, bits) value_match (expr, bits, 0, 1, 0)
532 (value_match (expr, 4, 0, 2, 0))
535 (value_match (expr, 10, 0, 2, 0))
538 (value_match (expr, 10, 0, 2, 1))
541 (value_match (expr, 12, 0, 2, 1))
544 (value_match (expr, 24, 0, 2, 1))
547 static int value_match (Expr_Nod
7345 value_match (Expr_Node *expr, int sz, int sign, int mul, int issigned) function
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dbfin-parse.y132 value_match(expr, bits, sign, mul, 1)
134 value_match(expr, bits, sign, mul, 0)
137 #define IS_IMM(expr, bits) value_match (expr, bits, 0, 1, 1)
138 #define IS_UIMM(expr, bits) value_match (expr, bits, 0, 1, 0)
141 (value_match (expr, 4, 0, 2, 0))
144 (value_match (expr, 10, 0, 2, 0))
147 (value_match (expr, 10, 0, 2, 1))
150 (value_match (expr, 12, 0, 2, 1))
153 (value_match (expr, 24, 0, 2, 1))
156 static int value_match (Expr_Nod
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dbfin-parse.y128 value_match(expr, bits, sign, mul, 1)
130 value_match(expr, bits, sign, mul, 0)
133 #define IS_IMM(expr, bits) value_match (expr, bits, 0, 1, 1)
134 #define IS_UIMM(expr, bits) value_match (expr, bits, 0, 1, 0)
137 (value_match (expr, 4, 0, 2, 0))
140 (value_match (expr, 10, 0, 2, 0))
143 (value_match (expr, 10, 0, 2, 1))
146 (value_match (expr, 12, 0, 2, 1))
149 (value_match (expr, 24, 0, 2, 1))
152 static int value_match (Expr_Nod
[all...]
/haiku-buildtools/binutils/gas/
H A Dbfin-parse.c174 value_match(expr, bits, sign, mul, 1)
176 value_match(expr, bits, sign, mul, 0)
179 #define IS_IMM(expr, bits) value_match (expr, bits, 0, 1, 1)
180 #define IS_UIMM(expr, bits) value_match (expr, bits, 0, 1, 0)
183 (value_match (expr, 4, 0, 2, 0))
186 (value_match (expr, 10, 0, 2, 0))
189 (value_match (expr, 10, 0, 2, 1))
192 (value_match (expr, 12, 0, 2, 1))
195 (value_match (expr, 24, 0, 2, 1))
198 static int value_match (Expr_Nod
7806 value_match (Expr_Node *exp, int sz, int sign, int mul, int issigned) function
[all...]

Completed in 159 milliseconds