Searched refs:issigned (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-gen-builtins.cc | 353 char issigned; member 1092 typedata->issigned = 1; in match_type() 1116 typedata->issigned = 1; in match_type() 1140 typedata->issigned = 1; in match_type() 1164 typedata->issigned = 1; in match_type() 1188 typedata->issigned = 1; in match_type() 1246 typedata->issigned = 1; in match_type() 1269 if (!typedata->issigned && !typedata->isunsigned) in match_type() 1356 argtype->issigned, argtype->isunsigned, argtype->isbool, in parse_args() 1742 ret_type->issigned, ret_type->isunsigned, ret_type->isbool, in parse_prototype()
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/ |
H A D | local2.c | 448 int issigned = !ISUNSIGNED(type); in emitshort() local 488 signe: if (issigned) { in emitshort() 498 issigned ? 'e' : 'z'); in emitshort()
|
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lstrlib.c | 1757 int islittle, int size, int issigned) { in unpackint() argument 1766 if (issigned) { /* needs sign extension? */ in unpackint() 1772 int mask = (!issigned || (lua_Integer)res >= 0) ? 0 : MC; in unpackint()
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | bfin-dis.c | 64 const char issigned; member 159 else if (constant_formats[cf].issigned) in fmtconst() 169 if (constant_formats[cf].issigned && x < 0) in fmtconst() 202 else if (constant_formats[cf].issigned) in fmtconst_val()
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | bfin-dis.c | 64 const char issigned; member 159 else if (constant_formats[cf].issigned) in fmtconst() 169 if (constant_formats[cf].issigned && x < 0) in fmtconst() 202 else if (constant_formats[cf].issigned) in fmtconst_val()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | bfin-parse.y | 4506 value_match (Expr_Node *exp, int sz, int sign, int mul, int issigned) in value_match() argument 4525 if (issigned) in value_match()
|
H A D | tc-csky.c | 5547 unsigned int issigned = 0; in md_apply_fix() local 5601 issigned = 1; in md_apply_fix() 5615 val &= issigned ? (offsetT)(howto->dst_mask) : max; in md_apply_fix()
|
H A D | bfin-parse.c | 7900 value_match (Expr_Node *exp, int sz, int sign, int mul, int issigned) in value_match() argument 7919 if (issigned) in value_match()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | bfin-parse.y | 4506 value_match (Expr_Node *exp, int sz, int sign, int mul, int issigned) in value_match() argument 4525 if (issigned) in value_match()
|
H A D | tc-csky.c | 5525 unsigned int issigned = 0; in md_apply_fix() local 5579 issigned = 1; in md_apply_fix() 5593 val &= issigned ? (offsetT)(howto->dst_mask) : max; in md_apply_fix()
|
H A D | bfin-parse.c | 7900 value_match (Expr_Node *exp, int sz, int sign, int mul, int issigned) in value_match() argument 7919 if (issigned) in value_match()
|