| /src/external/bsd/pcc/dist/pcc/arch/pdp10/ |
| local2.c | 448 int issigned = !ISUNSIGNED(type); local 488 signe: if (issigned) { 498 issigned ? 'e' : 'z');
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ctfread.c | 558 uint32_t issigned, ischar, isbool; local 561 issigned = cet.cte_format & CTF_INT_SIGNED; 565 type = init_character_type (alloc, TARGET_CHAR_BIT, !issigned, name); 568 !issigned, name); 576 type = init_integer_type (alloc, bits, !issigned, name);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ctfread.c | 559 uint32_t issigned, ischar, isbool; local 562 issigned = cet.cte_format & CTF_INT_SIGNED; 566 type = init_character_type (alloc, TARGET_CHAR_BIT, !issigned, name); 569 !issigned, name); 577 type = init_integer_type (alloc, bits, !issigned, name);
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-gen-builtins.cc | 353 char issigned; member in struct:typeinfo 1092 typedata->issigned = 1; 1116 typedata->issigned = 1; 1140 typedata->issigned = 1; 1164 typedata->issigned = 1; 1188 typedata->issigned = 1; 1246 typedata->issigned = 1; 1269 if (!typedata->issigned && !typedata->isunsigned) 1352 "issigned = %d, isunsigned = %d, isbool = %d, ispixel = %d, " 1356 argtype->issigned, argtype->isunsigned, argtype->isbool [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-gen-builtins.cc | 353 char issigned; member in struct:typeinfo 1092 typedata->issigned = 1; 1116 typedata->issigned = 1; 1140 typedata->issigned = 1; 1164 typedata->issigned = 1; 1188 typedata->issigned = 1; 1246 typedata->issigned = 1; 1269 if (!typedata->issigned && !typedata->isunsigned) 1352 "issigned = %d, isunsigned = %d, isbool = %d, ispixel = %d, " 1356 argtype->issigned, argtype->isunsigned, argtype->isbool [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-csky.c | 5565 unsigned int issigned = 0; local 5619 issigned = 1; 5633 val &= issigned ? (offsetT) howto->dst_mask : max;
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| bfin-dis.c | 64 const char issigned; member in struct:__anon10884 159 else if (constant_formats[cf].issigned) 169 if (constant_formats[cf].issigned && x < 0) 202 else if (constant_formats[cf].issigned)
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-csky.c | 5565 unsigned int issigned = 0; local 5619 issigned = 1; 5633 val &= issigned ? (offsetT) howto->dst_mask : max;
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| bfin-dis.c | 64 const char issigned; member in struct:__anon12331 159 else if (constant_formats[cf].issigned) 169 if (constant_formats[cf].issigned && x < 0) 202 else if (constant_formats[cf].issigned)
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| bfin-dis.c | 64 const char issigned; member in struct:__anon19009 159 else if (constant_formats[cf].issigned) 169 if (constant_formats[cf].issigned && x < 0) 202 else if (constant_formats[cf].issigned)
|
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| bfin-sim.c | 142 const char issigned; member in struct:__anon19116 232 x = constant_formats[cf].issigned ? SIGNEXTEND (x, constant_formats[cf].nbits) : x; 244 if (constant_formats[cf].issigned && x < 0) 275 else if (constant_formats[cf].issigned) 2271 int issigned = opc < 3; local 2272 const char *sign = issigned ? "" : " (IU)"; 2275 bu32 dstop = I ? (issigned ? imm3 (y) : uimm3 (y)) : G ? PREG (y) : DREG (y); 2288 if (issigned) 2320 issigned ? imm3_str (y) : uimm3_str (y), sign);
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| bfin-dis.c | 64 const char issigned; member in struct:__anon21748 159 else if (constant_formats[cf].issigned) 169 if (constant_formats[cf].issigned && x < 0) 202 else if (constant_formats[cf].issigned)
|
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| bfin-sim.c | 142 const char issigned; member in struct:__anon21855 232 x = constant_formats[cf].issigned ? SIGNEXTEND (x, constant_formats[cf].nbits) : x; 244 if (constant_formats[cf].issigned && x < 0) 275 else if (constant_formats[cf].issigned) 2271 int issigned = opc < 3; local 2272 const char *sign = issigned ? "" : " (IU)"; 2275 bu32 dstop = I ? (issigned ? imm3 (y) : uimm3 (y)) : G ? PREG (y) : DREG (y); 2288 if (issigned) 2320 issigned ? imm3_str (y) : uimm3_str (y), sign);
|