Home
last modified time | relevance | path

Searched refs:IN_RANGE (Results 1 – 25 of 2819) sorted by relevance

12345678910>>...113

/dports/emulators/tiemu3/tiemu-3.03/src/core/ti_hw/
H A Dmem89tm.c103 else if(IN_RANGE(adr, 0x700000, IO2_SIZE_TI89T)) in ti89t_get_real_addr()
109 else if(IN_RANGE(adr, 0x710000, IO3_SIZE_TI89T)) in ti89t_get_real_addr()
141 else if(IN_RANGE(adr, 0x700000, IO2_SIZE_TI89T)) in ti89t_get_long()
147 else if(IN_RANGE(adr, 0x710000, IO3_SIZE_TI89T)) in ti89t_get_long()
178 else if(IN_RANGE(adr, 0x700000, IO2_SIZE_TI89T)) in ti89t_get_word()
184 else if(IN_RANGE(adr, 0x710000, IO3_SIZE_TI89T)) in ti89t_get_word()
215 else if(IN_RANGE(adr, 0x700000, IO2_SIZE_TI89T)) in ti89t_get_byte()
221 else if(IN_RANGE(adr, 0x710000, IO3_SIZE_TI89T)) in ti89t_get_byte()
252 else if(IN_RANGE(adr, 0x700000, IO2_SIZE_TI89T)) in ti89t_put_long()
258 else if(IN_RANGE(adr, 0x710000, IO3_SIZE_TI89T)) in ti89t_put_long()
[all …]
H A Dmemv2.c100 else if(IN_RANGE(adr, 0x700000, IO2_SIZE_V200)) in v200_get_real_addr()
129 else if(IN_RANGE(adr, 0x700000, IO2_SIZE_V200)) in v200_get_long()
158 else if(IN_RANGE(adr, 0x700000, IO2_SIZE_V200)) in v200_get_word()
187 else if(IN_RANGE(adr, 0x700000, IO2_SIZE_V200)) in v200_get_byte()
216 else if(IN_RANGE(adr, 0x700000, IO2_SIZE_V200)) in v200_put_long()
245 else if(IN_RANGE(adr, 0x700000, IO2_SIZE_V200)) in v200_put_word()
274 else if(IN_RANGE(adr, 0x700000, IO2_SIZE_V200)) in v200_put_byte()
H A Dmem89.c100 else if(IN_RANGE(adr, 0x700000, IO2_SIZE_TI89)) in ti89_get_real_addr()
129 else if(IN_RANGE(adr, 0x700000, IO2_SIZE_TI89)) in ti89_get_long()
158 else if(IN_RANGE(adr, 0x700000, IO2_SIZE_TI89)) in ti89_get_word()
187 else if(IN_RANGE(adr, 0x700000, IO2_SIZE_TI89)) in ti89_get_byte()
216 else if(IN_RANGE(adr, 0x700000, IO2_SIZE_TI89)) in ti89_put_long()
245 else if(IN_RANGE(adr, 0x700000, IO2_SIZE_TI89)) in ti89_put_word()
274 else if(IN_RANGE(adr, 0x700000, IO2_SIZE_TI89)) in ti89_put_byte()
/dports/graphics/imlib2/imlib2-1.7.0/src/lib/
H A Dellipse.c65 if (IN_RANGE(lx, ty, clw, clh)) in __imlib_Ellipse_DrawToData()
67 if (IN_RANGE(rx, ty, clw, clh)) in __imlib_Ellipse_DrawToData()
69 if (IN_RANGE(lx, by, clw, clh)) in __imlib_Ellipse_DrawToData()
71 if (IN_RANGE(rx, by, clw, clh)) in __imlib_Ellipse_DrawToData()
120 if (IN_RANGE(lx, ty, clw, clh)) in __imlib_Ellipse_DrawToData()
122 if (IN_RANGE(rx, ty, clw, clh)) in __imlib_Ellipse_DrawToData()
124 if (IN_RANGE(lx, by, clw, clh)) in __imlib_Ellipse_DrawToData()
126 if (IN_RANGE(rx, by, clw, clh)) in __imlib_Ellipse_DrawToData()
211 if (IN_RANGE(lx, ty, clw, clh)) in __imlib_Ellipse_DrawToData_AA()
218 if (IN_RANGE(rx, ty, clw, clh)) in __imlib_Ellipse_DrawToData_AA()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/m32c/
H A Dconstraints.md115 (match_test "IN_RANGE (ival, -8, 7)")))
120 (match_test "IN_RANGE (ival, -128, 127)")))
125 (match_test "IN_RANGE (ival, -32768, 32767)")))
130 (match_test "IN_RANGE (ival, 0, 65535)")))
135 (match_test "IN_RANGE (ival, 0, 0x00ffffff)")))
140 (match_test "IN_RANGE (ival, -8, 8) && ival")))
145 (match_test "IN_RANGE (ival, -16, 16) && ival")))
150 (match_test "IN_RANGE (ival, -32, 32) && ival")))
155 (match_test "IN_RANGE (ival, -65536, -1)")))
160 (match_test "IN_RANGE (exact_log2 (ival), 0, 7)")))
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/config/m32c/
H A Dconstraints.md115 (match_test "IN_RANGE (ival, -8, 7)")))
120 (match_test "IN_RANGE (ival, -128, 127)")))
125 (match_test "IN_RANGE (ival, -32768, 32767)")))
130 (match_test "IN_RANGE (ival, 0, 65535)")))
135 (match_test "IN_RANGE (ival, 0, 0x00ffffff)")))
140 (match_test "IN_RANGE (ival, -8, 8) && ival")))
145 (match_test "IN_RANGE (ival, -16, 16) && ival")))
150 (match_test "IN_RANGE (ival, -32, 32) && ival")))
155 (match_test "IN_RANGE (ival, -65536, -1)")))
160 (match_test "IN_RANGE (exact_log2 (ival), 0, 7)")))
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/m32c/
H A Dconstraints.md115 (match_test "IN_RANGE (ival, -8, 7)")))
120 (match_test "IN_RANGE (ival, -128, 127)")))
125 (match_test "IN_RANGE (ival, -32768, 32767)")))
130 (match_test "IN_RANGE (ival, 0, 65535)")))
135 (match_test "IN_RANGE (ival, 0, 0x00ffffff)")))
140 (match_test "IN_RANGE (ival, -8, 8) && ival")))
145 (match_test "IN_RANGE (ival, -16, 16) && ival")))
150 (match_test "IN_RANGE (ival, -32, 32) && ival")))
155 (match_test "IN_RANGE (ival, -65536, -1)")))
160 (match_test "IN_RANGE (exact_log2 (ival), 0, 7)")))
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/m32c/
H A Dconstraints.md115 (match_test "IN_RANGE (ival, -8, 7)")))
120 (match_test "IN_RANGE (ival, -128, 127)")))
125 (match_test "IN_RANGE (ival, -32768, 32767)")))
130 (match_test "IN_RANGE (ival, 0, 65535)")))
135 (match_test "IN_RANGE (ival, 0, 0x00ffffff)")))
140 (match_test "IN_RANGE (ival, -8, 8) && ival")))
145 (match_test "IN_RANGE (ival, -16, 16) && ival")))
150 (match_test "IN_RANGE (ival, -32, 32) && ival")))
155 (match_test "IN_RANGE (ival, -65536, -1)")))
160 (match_test "IN_RANGE (exact_log2 (ival), 0, 7)")))
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/m32c/
H A Dconstraints.md115 (match_test "IN_RANGE (ival, -8, 7)")))
120 (match_test "IN_RANGE (ival, -128, 127)")))
125 (match_test "IN_RANGE (ival, -32768, 32767)")))
130 (match_test "IN_RANGE (ival, 0, 65535)")))
135 (match_test "IN_RANGE (ival, 0, 0x00ffffff)")))
140 (match_test "IN_RANGE (ival, -8, 8) && ival")))
145 (match_test "IN_RANGE (ival, -16, 16) && ival")))
150 (match_test "IN_RANGE (ival, -32, 32) && ival")))
155 (match_test "IN_RANGE (ival, -65536, -1)")))
160 (match_test "IN_RANGE (exact_log2 (ival), 0, 7)")))
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/m32c/
H A Dconstraints.md115 (match_test "IN_RANGE (ival, -8, 7)")))
120 (match_test "IN_RANGE (ival, -128, 127)")))
125 (match_test "IN_RANGE (ival, -32768, 32767)")))
130 (match_test "IN_RANGE (ival, 0, 65535)")))
135 (match_test "IN_RANGE (ival, 0, 0x00ffffff)")))
140 (match_test "IN_RANGE (ival, -8, 8) && ival")))
145 (match_test "IN_RANGE (ival, -16, 16) && ival")))
150 (match_test "IN_RANGE (ival, -32, 32) && ival")))
155 (match_test "IN_RANGE (ival, -65536, -1)")))
160 (match_test "IN_RANGE (exact_log2 (ival), 0, 7)")))
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/config/m32c/
H A Dconstraints.md115 (match_test "IN_RANGE (ival, -8, 7)")))
120 (match_test "IN_RANGE (ival, -128, 127)")))
125 (match_test "IN_RANGE (ival, -32768, 32767)")))
130 (match_test "IN_RANGE (ival, 0, 65535)")))
135 (match_test "IN_RANGE (ival, 0, 0x00ffffff)")))
140 (match_test "IN_RANGE (ival, -8, 8) && ival")))
145 (match_test "IN_RANGE (ival, -16, 16) && ival")))
150 (match_test "IN_RANGE (ival, -32, 32) && ival")))
155 (match_test "IN_RANGE (ival, -65536, -1)")))
160 (match_test "IN_RANGE (exact_log2 (ival), 0, 7)")))
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/m32c/
H A Dconstraints.md115 (match_test "IN_RANGE (ival, -8, 7)")))
120 (match_test "IN_RANGE (ival, -128, 127)")))
125 (match_test "IN_RANGE (ival, -32768, 32767)")))
130 (match_test "IN_RANGE (ival, 0, 65535)")))
135 (match_test "IN_RANGE (ival, 0, 0x00ffffff)")))
140 (match_test "IN_RANGE (ival, -8, 8) && ival")))
145 (match_test "IN_RANGE (ival, -16, 16) && ival")))
150 (match_test "IN_RANGE (ival, -32, 32) && ival")))
155 (match_test "IN_RANGE (ival, -65536, -1)")))
160 (match_test "IN_RANGE (exact_log2 (ival), 0, 7)")))
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/m32c/
H A Dconstraints.md115 (match_test "IN_RANGE (ival, -8, 7)")))
120 (match_test "IN_RANGE (ival, -128, 127)")))
125 (match_test "IN_RANGE (ival, -32768, 32767)")))
130 (match_test "IN_RANGE (ival, 0, 65535)")))
135 (match_test "IN_RANGE (ival, 0, 0x00ffffff)")))
140 (match_test "IN_RANGE (ival, -8, 8) && ival")))
145 (match_test "IN_RANGE (ival, -16, 16) && ival")))
150 (match_test "IN_RANGE (ival, -32, 32) && ival")))
155 (match_test "IN_RANGE (ival, -65536, -1)")))
160 (match_test "IN_RANGE (exact_log2 (ival), 0, 7)")))
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/m32c/
H A Dconstraints.md115 (match_test "IN_RANGE (ival, -8, 7)")))
120 (match_test "IN_RANGE (ival, -128, 127)")))
125 (match_test "IN_RANGE (ival, -32768, 32767)")))
130 (match_test "IN_RANGE (ival, 0, 65535)")))
135 (match_test "IN_RANGE (ival, 0, 0x00ffffff)")))
140 (match_test "IN_RANGE (ival, -8, 8) && ival")))
145 (match_test "IN_RANGE (ival, -16, 16) && ival")))
150 (match_test "IN_RANGE (ival, -32, 32) && ival")))
155 (match_test "IN_RANGE (ival, -65536, -1)")))
160 (match_test "IN_RANGE (exact_log2 (ival), 0, 7)")))
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/m32c/
H A Dconstraints.md115 (match_test "IN_RANGE (ival, -8, 7)")))
120 (match_test "IN_RANGE (ival, -128, 127)")))
125 (match_test "IN_RANGE (ival, -32768, 32767)")))
130 (match_test "IN_RANGE (ival, 0, 65535)")))
135 (match_test "IN_RANGE (ival, 0, 0x00ffffff)")))
140 (match_test "IN_RANGE (ival, -8, 8) && ival")))
145 (match_test "IN_RANGE (ival, -16, 16) && ival")))
150 (match_test "IN_RANGE (ival, -32, 32) && ival")))
155 (match_test "IN_RANGE (ival, -65536, -1)")))
160 (match_test "IN_RANGE (exact_log2 (ival), 0, 7)")))
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/config/m32c/
H A Dconstraints.md115 (match_test "IN_RANGE (ival, -8, 7)")))
120 (match_test "IN_RANGE (ival, -128, 127)")))
125 (match_test "IN_RANGE (ival, -32768, 32767)")))
130 (match_test "IN_RANGE (ival, 0, 65535)")))
135 (match_test "IN_RANGE (ival, 0, 0x00ffffff)")))
140 (match_test "IN_RANGE (ival, -8, 8) && ival")))
145 (match_test "IN_RANGE (ival, -16, 16) && ival")))
150 (match_test "IN_RANGE (ival, -32, 32) && ival")))
155 (match_test "IN_RANGE (ival, -65536, -1)")))
160 (match_test "IN_RANGE (exact_log2 (ival), 0, 7)")))
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/m32c/
H A Dconstraints.md115 (match_test "IN_RANGE (ival, -8, 7)")))
120 (match_test "IN_RANGE (ival, -128, 127)")))
125 (match_test "IN_RANGE (ival, -32768, 32767)")))
130 (match_test "IN_RANGE (ival, 0, 65535)")))
135 (match_test "IN_RANGE (ival, 0, 0x00ffffff)")))
140 (match_test "IN_RANGE (ival, -8, 8) && ival")))
145 (match_test "IN_RANGE (ival, -16, 16) && ival")))
150 (match_test "IN_RANGE (ival, -32, 32) && ival")))
155 (match_test "IN_RANGE (ival, -65536, -1)")))
160 (match_test "IN_RANGE (exact_log2 (ival), 0, 7)")))
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/m32c/
H A Dconstraints.md115 (match_test "IN_RANGE (ival, -8, 7)")))
120 (match_test "IN_RANGE (ival, -128, 127)")))
125 (match_test "IN_RANGE (ival, -32768, 32767)")))
130 (match_test "IN_RANGE (ival, 0, 65535)")))
135 (match_test "IN_RANGE (ival, 0, 0x00ffffff)")))
140 (match_test "IN_RANGE (ival, -8, 8) && ival")))
145 (match_test "IN_RANGE (ival, -16, 16) && ival")))
150 (match_test "IN_RANGE (ival, -32, 32) && ival")))
155 (match_test "IN_RANGE (ival, -65536, -1)")))
160 (match_test "IN_RANGE (exact_log2 (ival), 0, 7)")))
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/m32c/
H A Dconstraints.md115 (match_test "IN_RANGE (ival, -8, 7)")))
120 (match_test "IN_RANGE (ival, -128, 127)")))
125 (match_test "IN_RANGE (ival, -32768, 32767)")))
130 (match_test "IN_RANGE (ival, 0, 65535)")))
135 (match_test "IN_RANGE (ival, 0, 0x00ffffff)")))
140 (match_test "IN_RANGE (ival, -8, 8) && ival")))
145 (match_test "IN_RANGE (ival, -16, 16) && ival")))
150 (match_test "IN_RANGE (ival, -32, 32) && ival")))
155 (match_test "IN_RANGE (ival, -65536, -1)")))
160 (match_test "IN_RANGE (exact_log2 (ival), 0, 7)")))
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/m32c/
H A Dconstraints.md115 (match_test "IN_RANGE (ival, -8, 7)")))
120 (match_test "IN_RANGE (ival, -128, 127)")))
125 (match_test "IN_RANGE (ival, -32768, 32767)")))
130 (match_test "IN_RANGE (ival, 0, 65535)")))
135 (match_test "IN_RANGE (ival, 0, 0x00ffffff)")))
140 (match_test "IN_RANGE (ival, -8, 8) && ival")))
145 (match_test "IN_RANGE (ival, -16, 16) && ival")))
150 (match_test "IN_RANGE (ival, -32, 32) && ival")))
155 (match_test "IN_RANGE (ival, -65536, -1)")))
160 (match_test "IN_RANGE (exact_log2 (ival), 0, 7)")))
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/m32c/
H A Dconstraints.md115 (match_test "IN_RANGE (ival, -8, 7)")))
120 (match_test "IN_RANGE (ival, -128, 127)")))
125 (match_test "IN_RANGE (ival, -32768, 32767)")))
130 (match_test "IN_RANGE (ival, 0, 65535)")))
135 (match_test "IN_RANGE (ival, 0, 0x00ffffff)")))
140 (match_test "IN_RANGE (ival, -8, 8) && ival")))
145 (match_test "IN_RANGE (ival, -16, 16) && ival")))
150 (match_test "IN_RANGE (ival, -32, 32) && ival")))
155 (match_test "IN_RANGE (ival, -65536, -1)")))
160 (match_test "IN_RANGE (exact_log2 (ival), 0, 7)")))
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/config/m32c/
H A Dconstraints.md115 (match_test "IN_RANGE (ival, -8, 7)")))
120 (match_test "IN_RANGE (ival, -128, 127)")))
125 (match_test "IN_RANGE (ival, -32768, 32767)")))
130 (match_test "IN_RANGE (ival, 0, 65535)")))
135 (match_test "IN_RANGE (ival, 0, 0x00ffffff)")))
140 (match_test "IN_RANGE (ival, -8, 8) && ival")))
145 (match_test "IN_RANGE (ival, -16, 16) && ival")))
150 (match_test "IN_RANGE (ival, -32, 32) && ival")))
155 (match_test "IN_RANGE (ival, -65536, -1)")))
160 (match_test "IN_RANGE (exact_log2 (ival), 0, 7)")))
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/m32c/
H A Dconstraints.md115 (match_test "IN_RANGE (ival, -8, 7)")))
120 (match_test "IN_RANGE (ival, -128, 127)")))
125 (match_test "IN_RANGE (ival, -32768, 32767)")))
130 (match_test "IN_RANGE (ival, 0, 65535)")))
135 (match_test "IN_RANGE (ival, 0, 0x00ffffff)")))
140 (match_test "IN_RANGE (ival, -8, 8) && ival")))
145 (match_test "IN_RANGE (ival, -16, 16) && ival")))
150 (match_test "IN_RANGE (ival, -32, 32) && ival")))
155 (match_test "IN_RANGE (ival, -65536, -1)")))
160 (match_test "IN_RANGE (exact_log2 (ival), 0, 7)")))
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/config/m32c/
H A Dconstraints.md115 (match_test "IN_RANGE (ival, -8, 7)")))
120 (match_test "IN_RANGE (ival, -128, 127)")))
125 (match_test "IN_RANGE (ival, -32768, 32767)")))
130 (match_test "IN_RANGE (ival, 0, 65535)")))
135 (match_test "IN_RANGE (ival, 0, 0x00ffffff)")))
140 (match_test "IN_RANGE (ival, -8, 8) && ival")))
145 (match_test "IN_RANGE (ival, -16, 16) && ival")))
150 (match_test "IN_RANGE (ival, -32, 32) && ival")))
155 (match_test "IN_RANGE (ival, -65536, -1)")))
160 (match_test "IN_RANGE (exact_log2 (ival), 0, 7)")))
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/m32c/
H A Dconstraints.md115 (match_test "IN_RANGE (ival, -8, 7)")))
120 (match_test "IN_RANGE (ival, -128, 127)")))
125 (match_test "IN_RANGE (ival, -32768, 32767)")))
130 (match_test "IN_RANGE (ival, 0, 65535)")))
135 (match_test "IN_RANGE (ival, 0, 0x00ffffff)")))
140 (match_test "IN_RANGE (ival, -8, 8) && ival")))
145 (match_test "IN_RANGE (ival, -16, 16) && ival")))
150 (match_test "IN_RANGE (ival, -32, 32) && ival")))
155 (match_test "IN_RANGE (ival, -65536, -1)")))
160 (match_test "IN_RANGE (exact_log2 (ival), 0, 7)")))
[all …]

12345678910>>...113