Home
last modified time | relevance | path

Searched refs:annulled (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/dports/emulators/tme/tme-0.8/ic/sparc/
H A Dsparc-execute.c71 int annulled; in _TME_SPARC_EXECUTE_NAME() local
190 annulled = FALSE; in _TME_SPARC_EXECUTE_NAME()
210 if (__tme_predict_false(annulled)) { in _TME_SPARC_EXECUTE_NAME()
274 if (__tme_predict_false(annulled)) { in _TME_SPARC_EXECUTE_NAME()
497 + (annulled in _TME_SPARC_EXECUTE_NAME()
564 if (__tme_predict_false(annulled)) { in _TME_SPARC_EXECUTE_NAME()
580 annulled = FALSE; in _TME_SPARC_EXECUTE_NAME()
931 annulled = TRUE; in _TME_SPARC_EXECUTE_NAME()
/dports/www/osticket/upload/include/upgrader/streams/core/
H A D9b5550da-e6978154.patch.sql26 `annulled` tinyint(1) unsigned NOT NULL default '0',
35 … event_id, staff_id, team_id, dept_id, topic_id, data, username, uid, uid_type, annulled, timestamp
H A Dabe9c0cb-bbb021fb.patch.sql10 ADD `annulled` tinyint(1) NOT NULL DEFAULT '0' AFTER `staff`;
/dports/emulators/tme/tme-0.8/
H A DTODO171 just advanced past the annulled instruction when they are saved for
172 the trap (i.e., in the trap case, the annulled instruction isn't
173 fetched). if we put the annulled bit into tme_sparc, we wouldn't have
176 annulled instruction at the beginning of the next burst) and we'll get
177 better emulation (because a real CPU doesn't fetch an annulled
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/arc/
H A Darc-passes.def26 /* Find annulled delay insns and convert them to use the appropriate
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/arc/
H A Darc-passes.def26 /* Find annulled delay insns and convert them to use the appropriate
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/arc/
H A Darc-passes.def26 /* Find annulled delay insns and convert them to use the appropriate
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/arc/
H A Darc-passes.def26 /* Find annulled delay insns and convert them to use the appropriate
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/arc/
H A Darc-passes.def26 /* Find annulled delay insns and convert them to use the appropriate
/dports/lang/gcc10/gcc-10.3.0/gcc/config/arc/
H A Darc-passes.def26 /* Find annulled delay insns and convert them to use the appropriate
/dports/lang/gcc11/gcc-11.2.0/gcc/config/arc/
H A Darc-passes.def26 /* Find annulled delay insns and convert them to use the appropriate
/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/mvec/vis/
H A D__vexp.S1115 ! delay slot, annulled if branch not taken
1125 ! delay slot, annulled if branch not taken
1173 ! delay slot, annulled if branch not taken
1183 ! delay slot, annulled if branch not taken
1231 ! delay slot, annulled if branch not taken
1241 ! delay slot, annulled if branch not taken
H A D__vsin.S1307 ! delay slot, annulled if branch not taken
1327 ! delay slot, annulled if branch not taken
1347 ! delay slot, annulled if branch not taken
2941 ! delay slot, annulled if branch not taken
2962 ! delay slot, annulled if branch not taken
2983 ! delay slot, annulled if branch not taken
H A D__vcos.S1378 ! delay slot, annulled if branch not taken
1398 ! delay slot, annulled if branch not taken
1418 ! delay slot, annulled if branch not taken
3017 ! delay slot, annulled if branch not taken
3038 ! delay slot, annulled if branch not taken
3059 ! delay slot, annulled if branch not taken
/dports/devel/jsl/jsl-0.3.0/src/
H A Dlock_SunOS.s102 mov 1,%o0 ! return true (annulled when no jump)
/dports/lang/spidermonkey17/js/src/
H A Dlock_SunOS.s102 mov 1,%o0 ! return true (annulled when no jump)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/erc32/
H A DChangeLog60 annulled delay slot instructions. There is precedent for this
65 (at sregs->pc) is annulled, the trap is taken (by execute_trap())
67 the annulled instruction is indeed executed. Another giveaway is
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/erc32/
H A DChangeLog60 annulled delay slot instructions. There is precedent for this
65 (at sregs->pc) is annulled, the trap is taken (by execute_trap())
67 the annulled instruction is indeed executed. Another giveaway is
/dports/textproc/p5-HTML-EscapeEvil/HTML-EscapeEvil-0.05/
H A DREADME212 Collected process is annulled.
/dports/devel/avr-gdb/gdb-7.3.1/sim/erc32/
H A DChangeLog204 annulled delay slot instructions. There is precedent for this
209 (at sregs->pc) is annulled, the trap is taken (by execute_trap())
211 the annulled instruction is indeed executed. Another giveaway is
/dports/devel/gdb761/gdb-7.6.1/sim/erc32/
H A DChangeLog267 annulled delay slot instructions. There is precedent for this
272 (at sregs->pc) is annulled, the trap is taken (by execute_trap())
274 the annulled instruction is indeed executed. Another giveaway is
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/arc/
H A Darc.c7922 conditionalize_nonjump (rtx pat, rtx cond, rtx insn, bool annulled) in conditionalize_nonjump() argument
7953 gcc_assert (annulled); in conditionalize_nonjump()
8047 bool annulled; annulled = false; in arc_ifcvt() local
8061 annulled = true; in arc_ifcvt()
8072 pat = conditionalize_nonjump (pat, cond, insn, annulled); in arc_ifcvt()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/arc/
H A Darc.c7922 conditionalize_nonjump (rtx pat, rtx cond, rtx insn, bool annulled) in conditionalize_nonjump() argument
7953 gcc_assert (annulled); in conditionalize_nonjump()
8047 bool annulled; annulled = false; in arc_ifcvt() local
8061 annulled = true; in arc_ifcvt()
8072 pat = conditionalize_nonjump (pat, cond, insn, annulled); in arc_ifcvt()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/arc/
H A Darc.c8178 conditionalize_nonjump (rtx pat, rtx cond, rtx insn, bool annulled) in conditionalize_nonjump() argument
8209 gcc_assert (annulled); in conditionalize_nonjump()
8302 bool annulled; annulled = false; in arc_ifcvt() local
8316 annulled = true; in arc_ifcvt()
8327 pat = conditionalize_nonjump (pat, cond, insn, annulled); in arc_ifcvt()
/dports/www/osticket/upload/setup/inc/streams/core/
H A Dinstall-mysql.sql805 `annulled` tinyint(1) unsigned NOT NULL default '0',

12345678910>>...21