Searched refs:INTVAL (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/m68k/hp300/ |
| H A D | time.c | 54 #define INTVAL (HP300_TIMER_CYCLES - 1) macro 65 clk_total += INTVAL; in hp300_tick() 86 clk_offset = INTVAL; in hp300_read_clk() 94 ticks = INTVAL - ((msb << 8) | lsb); in hp300_read_clk() 106 asm volatile(" movpw %0,%1@(5)" : : "d" (INTVAL), "a" (CLOCKBASE)); in hp300_sched_init()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | insn-flags.h | 108 #define HAVE_loadwb_pairsi_si ((INTVAL (operands[5]) == GET_MODE_SIZE (SImode)) && (ptr_mode == SIm… 109 #define HAVE_loadwb_pairsi_di ((INTVAL (operands[5]) == GET_MODE_SIZE (SImode)) && (ptr_mode == DIm… 110 #define HAVE_loadwb_pairdi_si ((INTVAL (operands[5]) == GET_MODE_SIZE (DImode)) && (ptr_mode == SIm… 111 #define HAVE_loadwb_pairdi_di ((INTVAL (operands[5]) == GET_MODE_SIZE (DImode)) && (ptr_mode == DIm… 112 #define HAVE_loadwb_pairsf_si ((INTVAL (operands[5]) == GET_MODE_SIZE (SFmode)) && (ptr_mode == SIm… 113 #define HAVE_loadwb_pairdf_si ((INTVAL (operands[5]) == GET_MODE_SIZE (DFmode)) && (ptr_mode == SIm… 114 #define HAVE_loadwb_pairsf_di ((INTVAL (operands[5]) == GET_MODE_SIZE (SFmode)) && (ptr_mode == DIm… 115 #define HAVE_loadwb_pairdf_di ((INTVAL (operands[5]) == GET_MODE_SIZE (DFmode)) && (ptr_mode == DIm… 116 #define HAVE_loadwb_pairti_si ((TARGET_SIMD && INTVAL (operands[5]) == GET_MODE_SIZE (TImode)) && (… 117 #define HAVE_loadwb_pairtf_si ((TARGET_SIMD && INTVAL (operands[5]) == GET_MODE_SIZE (TFmode)) && (… [all …]
|
| H A D | rtl.h | 1968 #define INTVAL(RTX) XCWINT (RTX, 0, CONST_INT) macro 1969 #define UINTVAL(RTX) ((unsigned HOST_WIDE_INT) INTVAL (RTX)) 2280 gcc_checking_assert (INTVAL (x.first) 2281 == sext_hwi (INTVAL (x.first), precision) 2282 || (x.second == BImode && INTVAL (x.first) == 1)); 2284 return wi::storage_ref (&INTVAL (x.first), 1, precision); 2380 return INTVAL (x); 2392 *res = INTVAL (x);
|
| H A D | rtl.def | 1048 `ival' - INTVAL(op), if op is a CONST_INT.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | rtl.h | 1968 #define INTVAL(RTX) XCWINT (RTX, 0, CONST_INT) macro 1969 #define UINTVAL(RTX) ((unsigned HOST_WIDE_INT) INTVAL (RTX)) 2280 gcc_checking_assert (INTVAL (x.first) 2281 == sext_hwi (INTVAL (x.first), precision) 2282 || (x.second == BImode && INTVAL (x.first) == 1)); 2284 return wi::storage_ref (&INTVAL (x.first), 1, precision); 2380 return INTVAL (x); 2392 *res = INTVAL (x);
|
| H A D | insn-flags.h | 10 && INTVAL (operands[2]) == ARM_SIGN_EXTEND (INTVAL (operands[2]))) 12 && INTVAL (operands[1]) == ARM_SIGN_EXTEND (INTVAL (operands[1]))) 15 && (INTVAL (operands[2]) \ 16 == trunc_int_for_mode (-INTVAL (operands[3]), SImode))) 43 && INTVAL (operands[2]) == ARM_SIGN_EXTEND (INTVAL (operands[2]))) 99 && IN_RANGE (INTVAL (operands[3]), 0, 31) \ 100 && IN_RANGE (INTVAL (operands[2]), 1, 32 - INTVAL (operands[3]))) 2228 #define HAVE_crypto_sha1h_lb (TARGET_CRYPTO && INTVAL (operands[2]) == NEON_ENDIAN_LANE_N (V2SImode… 2230 #define HAVE_crypto_sha1c_lb (TARGET_CRYPTO && INTVAL (operands[4]) == NEON_ENDIAN_LANE_N (V2SImode… 2231 #define HAVE_crypto_sha1m_lb (TARGET_CRYPTO && INTVAL (operands[4]) == NEON_ENDIAN_LANE_N (V2SImode… [all …]
|
| H A D | rtl.def | 1048 `ival' - INTVAL(op), if op is a CONST_INT.
|
| /OK3568_Linux_fs/buildroot/package/gcc/10.4.0/ |
| H A D | 0001-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch | 260 "REGNO (operands[0]) == INTVAL (operands[3])"
|
| /OK3568_Linux_fs/buildroot/package/gcc/8.4.0/ |
| H A D | 0002-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch | 257 "REGNO (operands[0]) == INTVAL (operands[3])"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 17232 customarily accessed with the macro 'INTVAL' as in 'INTVAL (EXP)', 21436 careful when doing this, because the result of 'INTVAL' is an integer on 21439 then some of the bits you get from 'INTVAL' will be superfluous. For 25000 'INTVAL (OP)', if OP is a 'const_int'. 28190 || (unsigned) INTVAL (operands[2]) > 3) 28375 int low = INTVAL (operands[2]) & 0xffff; 28376 int high = (unsigned) INTVAL (operands[2]) >> 16; 28409 int c = INTVAL (operands[2]);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 17232 customarily accessed with the macro 'INTVAL' as in 'INTVAL (EXP)', 21436 careful when doing this, because the result of 'INTVAL' is an integer on 21439 then some of the bits you get from 'INTVAL' will be superfluous. For 25000 'INTVAL (OP)', if OP is a 'const_int'. 28190 || (unsigned) INTVAL (operands[2]) > 3) 28375 int low = INTVAL (operands[2]) & 0xffff; 28376 int high = (unsigned) INTVAL (operands[2]) >> 16; 28409 int c = INTVAL (operands[2]);
|