Home
last modified time | relevance | path

Searched refs:emulate (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/sys/cddl/dev/kinst/aarch64/
H A Dkinst_isa.c218 if (kp->kp_md.emulate) in kinst_invop()
253 kpmd->emulate = false; in kinst_instr_dissect()
256 kpmd->emulate = true; /* adr/adrp */ in kinst_instr_dissect()
258 kpmd->emulate = true; /* b */ in kinst_instr_dissect()
260 kpmd->emulate = true; /* b.cond */ in kinst_instr_dissect()
262 kpmd->emulate = true; /* bl */ in kinst_instr_dissect()
264 kpmd->emulate = true; /* cbnz/cbz */ in kinst_instr_dissect()
266 kpmd->emulate = true; /* tbnz/tbz */ in kinst_instr_dissect()
268 if (!kpmd->emulate) in kinst_instr_dissect()
H A Dkinst_isa.h23 bool emulate; /* emulate in sw */ member
/freebsd/sys/cddl/dev/kinst/riscv/
H A Dkinst_isa.c329 if (kp->kp_md.emulate) in kinst_invop()
370 kpmd->emulate = false; in kinst_instr_dissect()
382 kpmd->emulate = true; in kinst_instr_dissect()
393 kpmd->emulate = true; in kinst_instr_dissect()
402 kpmd->emulate = true; /* c.jr/c.jalr */ in kinst_instr_dissect()
407 if (!kpmd->emulate) in kinst_instr_dissect()
H A Dkinst_isa.h28 bool emulate; /* emulate in sw */ member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUserProperties.td7 Desc<"Architecture to emulate.">;
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dibm,ppc4xx-gpio.txt5 another purpose. GPIO outputs are separately programmable to emulate
/freebsd/sys/arm/arm/
H A Dgeneric_timer.c321 int emulate; in tmr_setup_user_access() local
327 if (TUNABLE_INT_FETCH("hw.emulate_phys_counter", &emulate) && in tmr_setup_user_access()
328 emulate != 0) { in tmr_setup_user_access()
/freebsd/contrib/ntp/util/
H A DREADME40 that emulate WWV or IRIG (-B and -E). tg runs on Solaris.
/freebsd/sys/contrib/device-tree/src/arm/arm/
H A Darm-realview-eb.dts40 * Unless specified, QEMU will emulate an ARM926EJ-S core tile.
/freebsd/contrib/libcbor/
H A DCHANGELOG.md68 - If you have previously relied on the broken behavior, you can use `cbor_move` to emulate as long as the returned handle is an "rvalue"
/freebsd/contrib/llvm-project/lld/docs/
H A DWebAssembly.rst148 In general, where possible, the WebAssembly linker attempts to emulate the
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc270 "TEST ONLY fail to read memory mappings to emulate sanitized "
/freebsd/crypto/heimdal/kadmin/
H A DChangeLog719 this to emulate anonymous unions
721 this to emulate anonymous unions
/freebsd/contrib/bmake/
H A Dconfigure20 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
22 emulate sh
7437 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
7439 emulate sh
/freebsd/contrib/byacc/
H A Dconfigure26 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27 emulate sh
7763 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
7764 emulate sh
/freebsd/contrib/tcpdump/
H A Dconfigure19 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
21 emulate sh
9835 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
9837 emulate sh
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl.pod250 facility to emulate an SSL/TLS-aware webserver.
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrData.td537 /// since M68k does not have those we need to emulate. These instructions
/freebsd/contrib/libpcap/
H A Dconfigure19 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
21 emulate sh
14103 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
14105 emulate sh
/freebsd/crypto/heimdal/
H A Dltmain.sh87 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
88 emulate sh
/freebsd/contrib/libarchive/
H A DNEWS198 Jun 16, 2011: Add tar:compat-2x option to emulate broken libarchive 2.x
/freebsd/contrib/openbsm/
H A Dconfigure19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
14469 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14470 emulate sh
/freebsd/contrib/sqlite3/
H A Dconfigure21 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
23 emulate sh
14957 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
14959 emulate sh
/freebsd/contrib/openbsm/config/
H A Dltmain.sh118 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
119 emulate sh
/freebsd/contrib/openpam/
H A Dltmain.sh109 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
110 emulate sh

123