Home
last modified time | relevance | path

Searched refs:GF_ASM_VOLATILE (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgimple.h85 GF_ASM_VOLATILE = 1 << 1, enumerator
3379 return (gs->subcode & GF_ASM_VOLATILE) != 0; in gimple_asm_volatile_p()
3390 gs->subcode |= GF_ASM_VOLATILE; in gimple_asm_set_volatile()
3392 gs->subcode &= ~GF_ASM_VOLATILE; in gimple_asm_set_volatile()
H A DChangeLog.tuples981 * gimple.h (GF_ASM_INPUT, GF_ASM_VOLATILE, GF_CALL_CANNOT_INLINE,
3136 (GF_ASM_VOLATILE): Define.
5883 (GF_ASM_VOLATILE): Define.
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgimple.h94 GF_ASM_VOLATILE = 1 << 1, enumerator
3092 return (gs->gsbase.subcode & GF_ASM_VOLATILE) != 0; in gimple_asm_volatile_p()
3103 gs->gsbase.subcode |= GF_ASM_VOLATILE; in gimple_asm_set_volatile()
3105 gs->gsbase.subcode &= ~GF_ASM_VOLATILE; in gimple_asm_set_volatile()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgimple.h94 GF_ASM_VOLATILE = 1 << 1, enumerator
3088 return (gs->gsbase.subcode & GF_ASM_VOLATILE) != 0; in gimple_asm_volatile_p()
3099 gs->gsbase.subcode |= GF_ASM_VOLATILE; in gimple_asm_set_volatile()
3101 gs->gsbase.subcode &= ~GF_ASM_VOLATILE; in gimple_asm_set_volatile()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple.h139 GF_ASM_VOLATILE = 1 << 1,
3934 return (asm_stmt->subcode & GF_ASM_VOLATILE) != 0;
3944 asm_stmt->subcode |= GF_ASM_VOLATILE;
3946 asm_stmt->subcode &= ~GF_ASM_VOLATILE;
H A DChangeLog.tuples981 * gimple.h (GF_ASM_INPUT, GF_ASM_VOLATILE, GF_CALL_CANNOT_INLINE,
3136 (GF_ASM_VOLATILE): Define.
5883 (GF_ASM_VOLATILE): Define.
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgimple.h139 GF_ASM_VOLATILE = 1 << 1,
3920 return (asm_stmt->subcode & GF_ASM_VOLATILE) != 0;
3930 asm_stmt->subcode |= GF_ASM_VOLATILE;
3932 asm_stmt->subcode &= ~GF_ASM_VOLATILE;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgimple.h139 GF_ASM_VOLATILE = 1 << 1,
3934 return (asm_stmt->subcode & GF_ASM_VOLATILE) != 0;
3944 asm_stmt->subcode |= GF_ASM_VOLATILE;
3946 asm_stmt->subcode &= ~GF_ASM_VOLATILE;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple.h139 GF_ASM_VOLATILE = 1 << 1,
3934 return (asm_stmt->subcode & GF_ASM_VOLATILE) != 0;
3944 asm_stmt->subcode |= GF_ASM_VOLATILE;
3946 asm_stmt->subcode &= ~GF_ASM_VOLATILE;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgimple.h139 GF_ASM_VOLATILE = 1 << 1,
3934 return (asm_stmt->subcode & GF_ASM_VOLATILE) != 0;
3944 asm_stmt->subcode |= GF_ASM_VOLATILE;
3946 asm_stmt->subcode &= ~GF_ASM_VOLATILE;
H A DChangeLog.tuples981 * gimple.h (GF_ASM_INPUT, GF_ASM_VOLATILE, GF_CALL_CANNOT_INLINE,
3136 (GF_ASM_VOLATILE): Define.
5883 (GF_ASM_VOLATILE): Define.
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple.h139 GF_ASM_VOLATILE = 1 << 1,
3934 return (asm_stmt->subcode & GF_ASM_VOLATILE) != 0;
3944 asm_stmt->subcode |= GF_ASM_VOLATILE;
3946 asm_stmt->subcode &= ~GF_ASM_VOLATILE;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgimple.h139 GF_ASM_VOLATILE = 1 << 1,
3920 return (asm_stmt->subcode & GF_ASM_VOLATILE) != 0;
3930 asm_stmt->subcode |= GF_ASM_VOLATILE;
3932 asm_stmt->subcode &= ~GF_ASM_VOLATILE;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgimple.h139 GF_ASM_VOLATILE = 1 << 1,
3920 return (asm_stmt->subcode & GF_ASM_VOLATILE) != 0;
3930 asm_stmt->subcode |= GF_ASM_VOLATILE;
3932 asm_stmt->subcode &= ~GF_ASM_VOLATILE;
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgimple.h139 GF_ASM_VOLATILE = 1 << 1,
3934 return (asm_stmt->subcode & GF_ASM_VOLATILE) != 0;
3944 asm_stmt->subcode |= GF_ASM_VOLATILE;
3946 asm_stmt->subcode &= ~GF_ASM_VOLATILE;
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgimple.h138 GF_ASM_VOLATILE = 1 << 1,
3858 return (asm_stmt->subcode & GF_ASM_VOLATILE) != 0;
3868 asm_stmt->subcode |= GF_ASM_VOLATILE;
3870 asm_stmt->subcode &= ~GF_ASM_VOLATILE;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgimple.h138 GF_ASM_VOLATILE = 1 << 1,
3858 return (asm_stmt->subcode & GF_ASM_VOLATILE) != 0;
3868 asm_stmt->subcode |= GF_ASM_VOLATILE;
3870 asm_stmt->subcode &= ~GF_ASM_VOLATILE;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgimple.h139 GF_ASM_VOLATILE = 1 << 1,
4029 return (asm_stmt->subcode & GF_ASM_VOLATILE) != 0;
4039 asm_stmt->subcode |= GF_ASM_VOLATILE;
4041 asm_stmt->subcode &= ~GF_ASM_VOLATILE;
H A DChangeLog.tuples981 * gimple.h (GF_ASM_INPUT, GF_ASM_VOLATILE, GF_CALL_CANNOT_INLINE,
3136 (GF_ASM_VOLATILE): Define.
5883 (GF_ASM_VOLATILE): Define.
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgimple.h139 GF_ASM_VOLATILE = 1 << 1,
4037 return (asm_stmt->subcode & GF_ASM_VOLATILE) != 0;
4047 asm_stmt->subcode |= GF_ASM_VOLATILE;
4049 asm_stmt->subcode &= ~GF_ASM_VOLATILE;
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgimple.h139 GF_ASM_VOLATILE = 1 << 1,
4067 return (asm_stmt->subcode & GF_ASM_VOLATILE) != 0;
4077 asm_stmt->subcode |= GF_ASM_VOLATILE;
4079 asm_stmt->subcode &= ~GF_ASM_VOLATILE;
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgimple.h139 GF_ASM_VOLATILE = 1 << 1,
4037 return (asm_stmt->subcode & GF_ASM_VOLATILE) != 0;
4047 asm_stmt->subcode |= GF_ASM_VOLATILE;
4049 asm_stmt->subcode &= ~GF_ASM_VOLATILE;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgimple.h139 GF_ASM_VOLATILE = 1 << 1,
4067 return (asm_stmt->subcode & GF_ASM_VOLATILE) != 0;
4077 asm_stmt->subcode |= GF_ASM_VOLATILE;
4079 asm_stmt->subcode &= ~GF_ASM_VOLATILE;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgimple.h139 GF_ASM_VOLATILE = 1 << 1,
4067 return (asm_stmt->subcode & GF_ASM_VOLATILE) != 0;
4077 asm_stmt->subcode |= GF_ASM_VOLATILE;
4079 asm_stmt->subcode &= ~GF_ASM_VOLATILE;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgimple.h139 GF_ASM_VOLATILE = 1 << 1,
4119 return (asm_stmt->subcode & GF_ASM_VOLATILE) != 0;
4129 asm_stmt->subcode |= GF_ASM_VOLATILE;
4131 asm_stmt->subcode &= ~GF_ASM_VOLATILE;

12