Home
last modified time | relevance | path

Searched refs:REGPARM (Results 1 – 25 of 122) sorted by relevance

12345

/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/
H A Dsoftmmu_defs.h4 uint8_t REGPARM __ldb_mmu(target_ulong addr, int mmu_idx);
5 void REGPARM __stb_mmu(target_ulong addr, uint8_t val, int mmu_idx);
6 uint16_t REGPARM __ldw_mmu(target_ulong addr, int mmu_idx);
7 void REGPARM __stw_mmu(target_ulong addr, uint16_t val, int mmu_idx);
8 uint32_t REGPARM __ldl_mmu(target_ulong addr, int mmu_idx);
9 void REGPARM __stl_mmu(target_ulong addr, uint32_t val, int mmu_idx);
10 uint64_t REGPARM __ldq_mmu(target_ulong addr, int mmu_idx);
13 uint8_t REGPARM __ldb_cmmu(target_ulong addr, int mmu_idx);
15 uint16_t REGPARM __ldw_cmmu(target_ulong addr, int mmu_idx);
17 uint32_t REGPARM __ldl_cmmu(target_ulong addr, int mmu_idx);
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/sim/common/
H A Dsim-inline.h353 #if !defined REGPARM
369 #if !defined REGPARM
370 #define REGPARM macro
389 # define REGPARM_SIM_BITS REGPARM
426 # define REGPARM_SIM_CORE REGPARM
537 # define REGPARM_SIM_FPU REGPARM
607 # define REGPARM_SIM_MAIN REGPARM
638 # define REGPARM_ENGINE REGPARM
671 # define REGPARM_ICACHE REGPARM
704 # define REGPARM_IDECODE REGPARM
[all …]
/dports/devel/gdb761/gdb-7.6.1/sim/common/
H A Dsim-inline.h353 #if !defined REGPARM
369 #if !defined REGPARM
370 #define REGPARM macro
389 # define REGPARM_SIM_BITS REGPARM
426 # define REGPARM_SIM_CORE REGPARM
537 # define REGPARM_SIM_FPU REGPARM
607 # define REGPARM_SIM_MAIN REGPARM
638 # define REGPARM_ENGINE REGPARM
671 # define REGPARM_ICACHE REGPARM
704 # define REGPARM_IDECODE REGPARM
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dsim-inline.h355 #if !defined REGPARM
371 #if !defined REGPARM
372 #define REGPARM macro
391 # define REGPARM_SIM_BITS REGPARM
428 # define REGPARM_SIM_CORE REGPARM
539 # define REGPARM_SIM_FPU REGPARM
609 # define REGPARM_SIM_MAIN REGPARM
640 # define REGPARM_ENGINE REGPARM
673 # define REGPARM_ICACHE REGPARM
706 # define REGPARM_IDECODE REGPARM
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dsim-inline.h355 #if !defined REGPARM
371 #if !defined REGPARM
372 #define REGPARM macro
391 # define REGPARM_SIM_BITS REGPARM
428 # define REGPARM_SIM_CORE REGPARM
539 # define REGPARM_SIM_FPU REGPARM
609 # define REGPARM_SIM_MAIN REGPARM
640 # define REGPARM_ENGINE REGPARM
673 # define REGPARM_ICACHE REGPARM
706 # define REGPARM_IDECODE REGPARM
[all …]
/dports/games/libretro-picodrive/picodrive-600894e/cpu/sh2/
H A Dsh2.h57 int REGPARM(2) (*irq_callback)(struct SH2_ *sh2, int level);
111 unsigned int REGPARM(2) p32x_sh2_read8(unsigned int a, SH2 *sh2);
112 unsigned int REGPARM(2) p32x_sh2_read16(unsigned int a, SH2 *sh2);
113 unsigned int REGPARM(2) p32x_sh2_read32(unsigned int a, SH2 *sh2);
114 void REGPARM(3) p32x_sh2_write8 (unsigned int a, unsigned int d, SH2 *sh2);
115 void REGPARM(3) p32x_sh2_write16(unsigned int a, unsigned int d, SH2 *sh2);
116 void REGPARM(3) p32x_sh2_write32(unsigned int a, unsigned int d, SH2 *sh2);
121 void REGPARM(1) do_sh2_cmp(SH2 *current);
/dports/devel/avr-gdb/gdb-7.3.1/sim/ppc/
H A Dinline.h326 # define PSIM_INLINE_SEMANTICS(TYPE) TYPE REGPARM
327 # define PSIM_EXTERN_SEMANTICS(TYPE) TYPE REGPARM
344 # define EXTERN_IDECODE(TYPE) static TYPE UNUSED REGPARM
350 # define PSIM_INLINE_IDECODE(TYPE) TYPE REGPARM
351 # define EXTERN_IDECODE(TYPE) TYPE REGPARM
358 # define STATIC_INLINE_IDECODE(TYPE) static TYPE REGPARM
368 # define EXTERN_ICACHE(TYPE) static TYPE UNUSED REGPARM
371 # define EXTERN_ICACHE(TYPE) static TYPE UNUSED REGPARM
374 # define PSIM_INLINE_ICACHE(TYPE) TYPE REGPARM
375 # define EXTERN_ICACHE(TYPE) TYPE REGPARM
[all …]
H A Dstd-config.h478 #if !defined REGPARM
481 #define REGPARM __attribute__((__regparm__(WITH_REGPARM),__stdcall__)) macro
484 #define REGPARM __attribute__((__regparm__(WITH_REGPARM))) macro
487 #define REGPARM __attribute__((__stdcall__)) macro
494 #if !defined REGPARM
495 #define REGPARM macro
/dports/devel/gdb761/gdb-7.6.1/sim/ppc/
H A Dinline.h325 # define PSIM_INLINE_SEMANTICS(TYPE) TYPE REGPARM
326 # define PSIM_EXTERN_SEMANTICS(TYPE) TYPE REGPARM
343 # define EXTERN_IDECODE(TYPE) static TYPE UNUSED REGPARM
349 # define PSIM_INLINE_IDECODE(TYPE) TYPE REGPARM
350 # define EXTERN_IDECODE(TYPE) TYPE REGPARM
357 # define STATIC_INLINE_IDECODE(TYPE) static TYPE REGPARM
367 # define EXTERN_ICACHE(TYPE) static TYPE UNUSED REGPARM
370 # define EXTERN_ICACHE(TYPE) static TYPE UNUSED REGPARM
373 # define PSIM_INLINE_ICACHE(TYPE) TYPE REGPARM
374 # define EXTERN_ICACHE(TYPE) TYPE REGPARM
[all …]
H A Dstd-config.h477 #if !defined REGPARM
480 #define REGPARM __attribute__((__regparm__(WITH_REGPARM),__stdcall__)) macro
483 #define REGPARM __attribute__((__regparm__(WITH_REGPARM))) macro
486 #define REGPARM __attribute__((__stdcall__)) macro
493 #if !defined REGPARM
494 #define REGPARM macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/ppc/
H A Dinline.h326 # define PSIM_INLINE_SEMANTICS(TYPE) TYPE REGPARM
327 # define PSIM_EXTERN_SEMANTICS(TYPE) TYPE REGPARM
344 # define EXTERN_IDECODE(TYPE) static TYPE UNUSED REGPARM
350 # define PSIM_INLINE_IDECODE(TYPE) TYPE REGPARM
351 # define EXTERN_IDECODE(TYPE) TYPE REGPARM
358 # define STATIC_INLINE_IDECODE(TYPE) static TYPE REGPARM
368 # define EXTERN_ICACHE(TYPE) static TYPE UNUSED REGPARM
371 # define EXTERN_ICACHE(TYPE) static TYPE UNUSED REGPARM
374 # define PSIM_INLINE_ICACHE(TYPE) TYPE REGPARM
375 # define EXTERN_ICACHE(TYPE) TYPE REGPARM
[all …]
H A Dstd-config.h478 #if !defined REGPARM
481 #define REGPARM __attribute__((__regparm__(WITH_REGPARM),__stdcall__)) macro
484 #define REGPARM __attribute__((__regparm__(WITH_REGPARM))) macro
487 #define REGPARM __attribute__((__stdcall__)) macro
494 #if !defined REGPARM
495 #define REGPARM macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/ppc/
H A Dinline.h326 # define PSIM_INLINE_SEMANTICS(TYPE) TYPE REGPARM
327 # define PSIM_EXTERN_SEMANTICS(TYPE) TYPE REGPARM
344 # define EXTERN_IDECODE(TYPE) static TYPE UNUSED REGPARM
350 # define PSIM_INLINE_IDECODE(TYPE) TYPE REGPARM
351 # define EXTERN_IDECODE(TYPE) TYPE REGPARM
358 # define STATIC_INLINE_IDECODE(TYPE) static TYPE REGPARM
368 # define EXTERN_ICACHE(TYPE) static TYPE UNUSED REGPARM
371 # define EXTERN_ICACHE(TYPE) static TYPE UNUSED REGPARM
374 # define PSIM_INLINE_ICACHE(TYPE) TYPE REGPARM
375 # define EXTERN_ICACHE(TYPE) TYPE REGPARM
[all …]
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/cpu/sh2/
H A Dsh2.h75 int REGPARM(2) (*irq_callback)(struct SH2_ *sh2, int level);
134 u32 REGPARM(2) p32x_sh2_read8(u32 a, SH2 *sh2);
135 u32 REGPARM(2) p32x_sh2_read16(u32 a, SH2 *sh2);
136 u32 REGPARM(2) p32x_sh2_read32(u32 a, SH2 *sh2);
137 void REGPARM(3) p32x_sh2_write8 (u32 a, u32 d, SH2 *sh2);
138 void REGPARM(3) p32x_sh2_write16(u32 a, u32 d, SH2 *sh2);
139 void REGPARM(3) p32x_sh2_write32(u32 a, u32 d, SH2 *sh2);
144 void REGPARM(1) do_sh2_cmp(SH2 *current);
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/tools/
H A Ddrctest.c20 void REGPARM(3) p32x_sh2_write8 (u32 a, u32 d, SH2 *s) { } in p32x_sh2_write8()
21 void REGPARM(3) p32x_sh2_write16(u32 a, u32 d, SH2 *s) { } in p32x_sh2_write16()
22 void REGPARM(3) p32x_sh2_write32(u32 a, u32 d, SH2 *s) { } in p32x_sh2_write32()
24 u32 REGPARM(2) p32x_sh2_read8 (u32 a, SH2 *s) { } in p32x_sh2_read8()
25 u32 REGPARM(2) p32x_sh2_read16(u32 a, SH2 *s) { } in p32x_sh2_read16()
26 u32 REGPARM(2) p32x_sh2_read32(u32 a, SH2 *s) { } in p32x_sh2_read32()
28 u32 REGPARM(3) p32x_sh2_poll_memory8 (u32 a, u32 d, SH2 *s) { } in p32x_sh2_poll_memory8()
29 u32 REGPARM(3) p32x_sh2_poll_memory16(u32 a, u32 d, SH2 *s) { } in p32x_sh2_poll_memory16()
30 u32 REGPARM(3) p32x_sh2_poll_memory32(u32 a, u32 d, SH2 *s) { } in p32x_sh2_poll_memory32()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/lang/c/register_variables/
H A Dtest.c7 #define REGPARM(N) macro
9 #define REGPARM(N) __attribute__((regparm(N))) macro
17 void f1(int a, struct bar *b) __attribute__((noinline)) REGPARM(2);
23 void f2(struct bar *b) __attribute__((noinline)) REGPARM(1);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/lang/c/register_variables/
H A Dtest.c7 #define REGPARM(N) macro
9 #define REGPARM(N) __attribute__((regparm(N))) macro
17 void f1(int a, struct bar *b) __attribute__((noinline)) REGPARM(2);
23 void f2(struct bar *b) __attribute__((noinline)) REGPARM(1);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/lang/c/register_variables/
H A Dtest.c7 #define REGPARM(N) macro
9 #define REGPARM(N) __attribute__((regparm(N))) macro
17 void f1(int a, struct bar *b) __attribute__((noinline)) REGPARM(2);
23 void f2(struct bar *b) __attribute__((noinline)) REGPARM(1);
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/lang/c/register_variables/
H A Dtest.c7 #define REGPARM(N) macro
9 #define REGPARM(N) __attribute__((regparm(N))) macro
17 void f1(int a, struct bar *b) __attribute__((noinline)) REGPARM(2);
23 void f2(struct bar *b) __attribute__((noinline)) REGPARM(1);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/lang/c/register_variables/
H A Dtest.c7 #define REGPARM(N) macro
9 #define REGPARM(N) __attribute__((regparm(N))) macro
17 void f1(int a, struct bar *b) __attribute__((noinline)) REGPARM(2);
23 void f2(struct bar *b) __attribute__((noinline)) REGPARM(1);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/lang/c/register_variables/
H A Dtest.c7 #define REGPARM(N) macro
9 #define REGPARM(N) __attribute__((regparm(N))) macro
17 void f1(int a, struct bar *b) __attribute__((noinline)) REGPARM(2);
23 void f2(struct bar *b) __attribute__((noinline)) REGPARM(1);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/lang/c/register_variables/
H A Dtest.c7 #define REGPARM(N) macro
9 #define REGPARM(N) __attribute__((regparm(N))) macro
17 void f1(int a, struct bar *b) __attribute__((noinline)) REGPARM(2);
23 void f2(struct bar *b) __attribute__((noinline)) REGPARM(1);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/lang/c/register_variables/
H A Dtest.c7 #define REGPARM(N) macro
9 #define REGPARM(N) __attribute__((regparm(N))) macro
17 void f1(int a, struct bar *b) __attribute__((noinline)) REGPARM(2);
23 void f2(struct bar *b) __attribute__((noinline)) REGPARM(1);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/lang/c/register_variables/
H A Dtest.c7 #define REGPARM(N) macro
9 #define REGPARM(N) __attribute__((regparm(N))) macro
17 void f1(int a, struct bar *b) __attribute__((noinline)) REGPARM(2);
23 void f2(struct bar *b) __attribute__((noinline)) REGPARM(1);
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/lang/c/register_variables/
H A Dtest.c7 #define REGPARM(N) macro
9 #define REGPARM(N) __attribute__((regparm(N))) macro
17 void f1(int a, struct bar *b) __attribute__((noinline)) REGPARM(2);
23 void f2(struct bar *b) __attribute__((noinline)) REGPARM(1);

12345