Searched refs:no_overflow (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | nios2-opc.c | 180 MATCH_R1_ADD, MASK_R1_ADD, 0, no_overflow}, 184 MATCH_R1_AND, MASK_R1_AND, 0, no_overflow}, 216 MATCH_R1_BREAK, MASK_R1_BREAK, NIOS2_INSN_OPTARG, no_overflow}, 218 MATCH_R1_BRET, MASK_R1_BRET, 0, no_overflow}, 222 MATCH_R1_CALLR, MASK_R1_CALLR, 0, no_overflow}, 224 MATCH_R1_CMPEQ, MASK_R1_CMPEQ, 0, no_overflow}, 228 MATCH_R1_CMPGE, MASK_R1_CMPGE, 0, no_overflow}, 232 MATCH_R1_CMPGEU, MASK_R1_CMPGEU, 0, no_overflow}, 236 MATCH_R1_CMPGT, MASK_R1_CMPGT, NIOS2_INSN_MACRO, no_overflow}, 240 MATCH_R1_CMPGTU, MASK_R1_CMPGTU, NIOS2_INSN_MACRO, no_overflow}, [all …]
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-tilegx.c | 1390 int no_overflow = 0; in tilegx_cons_fix_new() local 1398 no_overflow = 1; in tilegx_cons_fix_new() 1402 no_overflow = 1; in tilegx_cons_fix_new() 1406 no_overflow = 1; in tilegx_cons_fix_new() 1410 no_overflow = 1; in tilegx_cons_fix_new() 1465 fixP->fx_no_overflow |= no_overflow; in tilegx_cons_fix_new()
|
D | tc-tilepro.c | 1265 int no_overflow = 0; in tilepro_cons_fix_new() local 1273 no_overflow = 1; in tilepro_cons_fix_new() 1277 no_overflow = 1; in tilepro_cons_fix_new() 1281 no_overflow = 1; in tilepro_cons_fix_new() 1327 fixP->fx_no_overflow |= no_overflow; in tilepro_cons_fix_new()
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | nios2.h | 53 no_overflow enumerator
|