Home
last modified time | relevance | path

Searched refs:REG_DS (Results 1 – 25 of 537) sorted by relevance

12345678910>>...22

/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/common/
H A Ddismips.c60 REG_DS, REG_DT, REG_D, REG_S, enumerator
92 {0x09, REG_DS, "jalr"},
149 {0x20, REG_DS, "clz" },
150 {0x21, REG_DS, "clo" },
151 {0x24, REG_DS, "dclz" },
152 {0x25, REG_DS, "dclo" },
358 case REG_DS: in dismips()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/i386/bits/
H A Dsignal.h16 enum { REG_DS = 3 }; enumerator
17 #define REG_DS REG_DS macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/arch/i386/bits/
H A Dsignal.h16 enum { REG_DS = 3 }; enumerator
17 #define REG_DS REG_DS macro
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/arch/i386/bits/
H A Dsignal.h16 enum { REG_DS = 3 }; enumerator
17 #define REG_DS REG_DS macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/i386-linux-musl/bits/
H A Dsignal.h16 enum { REG_DS = 3 }; enumerator
17 #define REG_DS REG_DS macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/i386-linux-musl/bits/
H A Dsignal.h16 enum { REG_DS = 3 }; enumerator
17 #define REG_DS REG_DS macro
/dports/lang/zig/zig-0.9.0/lib/libc/musl/arch/i386/bits/
H A Dsignal.h16 enum { REG_DS = 3 }; enumerator
17 #define REG_DS REG_DS macro
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Ddefs_solaris_amd64.go40 REG_DS = C.REG_DS const
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Ddefs_solaris_amd64.go40 REG_DS = C.REG_DS const
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Ddefs_solaris_amd64.go40 REG_DS = C.REG_DS const
/dports/lang/zig/zig-0.9.0/lib/libc/include/x86_64-linux-gnux32/sys/
H A Ducontext.h177 REG_DS, enumerator
178 # define REG_DS REG_DS macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/x86_64-linux-gnux32/sys/
H A Ducontext.h177 REG_DS, enumerator
178 # define REG_DS REG_DS macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/x86_64-linux-gnu/sys/
H A Ducontext.h177 REG_DS, enumerator
178 # define REG_DS REG_DS macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/x86_64-linux-gnu/sys/
H A Ducontext.h177 REG_DS, enumerator
178 # define REG_DS REG_DS macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/i386-linux-gnu/sys/
H A Ducontext.h177 REG_DS, enumerator
178 # define REG_DS REG_DS macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/i386-linux-gnu/sys/
H A Ducontext.h177 REG_DS, enumerator
178 # define REG_DS REG_DS macro
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/internal/obj/x86/
H A Da.out.go207 REG_DS const
341 REG_DS: 53,
421 REG_DS: 43,
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/internal/obj/x86/
H A Da.out.go207 REG_DS const
338 REG_DS: 53,
418 REG_DS: 43,
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/linux/
H A Dnacl_signal_32.c55 sig_ctx->ds = (uint16_t) mctx->gregs[REG_DS]; in NaClSignalContextFromHandler()
84 mctx->gregs[REG_DS] = sig_ctx->ds; in NaClSignalContextToHandler()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/pinctrl/meson/
H A Dpinctrl-meson.h71 REG_DS, enumerator
158 [REG_DS] = { dsr, dsb }, \
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/pinctrl/meson/
H A Dpinctrl-meson.h71 REG_DS, enumerator
158 [REG_DS] = { dsr, dsb }, \
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/pinctrl/meson/
H A Dpinctrl-meson.h71 REG_DS, enumerator
158 [REG_DS] = { dsr, dsb }, \
/dports/www/firefox/firefox-99.0/third_party/rust/minidump_writer_linux/src/crash_context/
H A Dcrash_context_x86.rs5 REG_CS, REG_DS, REG_EAX, REG_EBP, REG_EBX, REG_ECX, REG_EDI, REG_EDX, REG_EFL, REG_EIP, REG_ES,
23 out.ds = self.context.uc_mcontext.gregs[REG_DS as usize] as u32; in fill_cpu_context()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/minidump_writer_linux/src/crash_context/
H A Dcrash_context_x86.rs5 REG_CS, REG_DS, REG_EAX, REG_EBP, REG_EBX, REG_ECX, REG_EDI, REG_EDX, REG_EFL, REG_EIP, REG_ES,
23 out.ds = self.context.uc_mcontext.gregs[REG_DS as usize] as u32; in fill_cpu_context()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/minidump_writer_linux/src/crash_context/
H A Dcrash_context_x86.rs5 REG_CS, REG_DS, REG_EAX, REG_EBP, REG_EBX, REG_ECX, REG_EDI, REG_EDX, REG_EFL, REG_EIP, REG_ES,
23 out.ds = self.context.uc_mcontext.gregs[REG_DS as usize] as u32; in fill_cpu_context()

12345678910>>...22