Searched refs:origmode (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/lib/libpuffs/ |
H A D | null.c | 99 mode_t origmode; in writeableopen() local 108 origmode = sb.st_mode & ALLPERMS; in writeableopen() 117 chmod(path, origmode); in writeableopen()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | simplify-rtx.c | 637 machine_mode origmode = GET_MODE (XEXP (op, 0)); in simplify_truncation() local 638 if (mode == origmode) in simplify_truncation() 640 else if (precision <= GET_MODE_UNIT_PRECISION (origmode)) in simplify_truncation() 642 XEXP (op, 0), origmode); in simplify_truncation() 645 XEXP (op, 0), origmode); in simplify_truncation()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | simplify-rtx.cc | 632 machine_mode origmode = GET_MODE (XEXP (op, 0)); in simplify_truncation() local 633 if (mode == origmode) in simplify_truncation() 635 else if (precision <= GET_MODE_UNIT_PRECISION (origmode)) in simplify_truncation() 637 XEXP (op, 0), origmode); in simplify_truncation() 640 XEXP (op, 0), origmode); in simplify_truncation()
|