Home
last modified time | relevance | path

Searched refs:X86_NEG (Results 1 – 13 of 13) sorted by relevance

/dports/lang/ucc/ucc/ucl/
H A Dtemplate.h21 TEMPLATE(X86_NEG, "neg %0")
/dports/emulators/aranym/aranym-1.1.0/src/uae_cpu/compiler/
H A Dcodegen_x86.h1122 X86_NEG = 3, enumerator
1149 #define NEGBr(RS) _UNARYBr(X86_NEG, RS)
1150 #define NEGBm(MD, MB, MI, MS) _UNARYBm(X86_NEG, MD, MB, MI, MS)
1151 #define NEGWr(RS) _UNARYWr(X86_NEG, RS)
1152 #define NEGWm(MD, MB, MI, MS) _UNARYWm(X86_NEG, MD, MB, MI, MS)
1153 #define NEGLr(RS) _UNARYLr(X86_NEG, RS)
1154 #define NEGLm(MD, MB, MI, MS) _UNARYLm(X86_NEG, MD, MB, MI, MS)
1155 #define NEGQr(RS) _UNARYQr(X86_NEG, RS)
1156 #define NEGQm(MD, MB, MI, MS) _UNARYQm(X86_NEG, MD, MB, MI, MS)
/dports/emulators/hatari/hatari-2.2.1/src/cpu/jit/
H A Dcodegen_x86.h1122 X86_NEG = 3, enumerator
1149 #define NEGBr(RS) _UNARYBr(X86_NEG, RS)
1150 #define NEGBm(MD, MB, MI, MS) _UNARYBm(X86_NEG, MD, MB, MI, MS)
1151 #define NEGWr(RS) _UNARYWr(X86_NEG, RS)
1152 #define NEGWm(MD, MB, MI, MS) _UNARYWm(X86_NEG, MD, MB, MI, MS)
1153 #define NEGLr(RS) _UNARYLr(X86_NEG, RS)
1154 #define NEGLm(MD, MB, MI, MS) _UNARYLm(X86_NEG, MD, MB, MI, MS)
1155 #define NEGQr(RS) _UNARYQr(X86_NEG, RS)
1156 #define NEGQm(MD, MB, MI, MS) _UNARYQm(X86_NEG, MD, MB, MI, MS)
/dports/emulators/fs-uae/fs-uae-3.1.35/src/jit/
H A Dcodegen_x86.h1122 X86_NEG = 3, enumerator
1149 #define NEGBr(RS) _UNARYBr(X86_NEG, RS)
1150 #define NEGBm(MD, MB, MI, MS) _UNARYBm(X86_NEG, MD, MB, MI, MS)
1151 #define NEGWr(RS) _UNARYWr(X86_NEG, RS)
1152 #define NEGWm(MD, MB, MI, MS) _UNARYWm(X86_NEG, MD, MB, MI, MS)
1153 #define NEGLr(RS) _UNARYLr(X86_NEG, RS)
1154 #define NEGLm(MD, MB, MI, MS) _UNARYLm(X86_NEG, MD, MB, MI, MS)
1155 #define NEGQr(RS) _UNARYQr(X86_NEG, RS)
1156 #define NEGQm(MD, MB, MI, MS) _UNARYQm(X86_NEG, MD, MB, MI, MS)
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/jit/
H A Dcodegen_x86.h1118 X86_NEG = 3, enumerator
1145 #define NEGBr(RS) _UNARYBr(X86_NEG, RS)
1146 #define NEGBm(MD, MB, MI, MS) _UNARYBm(X86_NEG, MD, MB, MI, MS)
1147 #define NEGWr(RS) _UNARYWr(X86_NEG, RS)
1148 #define NEGWm(MD, MB, MI, MS) _UNARYWm(X86_NEG, MD, MB, MI, MS)
1149 #define NEGLr(RS) _UNARYLr(X86_NEG, RS)
1150 #define NEGLm(MD, MB, MI, MS) _UNARYLm(X86_NEG, MD, MB, MI, MS)
1151 #define NEGQr(RS) _UNARYQr(X86_NEG, RS)
1152 #define NEGQm(MD, MB, MI, MS) _UNARYQm(X86_NEG, MD, MB, MI, MS)
/dports/games/libretro-hatari/hatari-561c07e/src/cpu/jit/
H A Dcodegen_x86.h1118 X86_NEG = 3, enumerator
1145 #define NEGBr(RS) _UNARYBr(X86_NEG, RS)
1146 #define NEGBm(MD, MB, MI, MS) _UNARYBm(X86_NEG, MD, MB, MI, MS)
1147 #define NEGWr(RS) _UNARYWr(X86_NEG, RS)
1148 #define NEGWm(MD, MB, MI, MS) _UNARYWm(X86_NEG, MD, MB, MI, MS)
1149 #define NEGLr(RS) _UNARYLr(X86_NEG, RS)
1150 #define NEGLm(MD, MB, MI, MS) _UNARYLm(X86_NEG, MD, MB, MI, MS)
1151 #define NEGQr(RS) _UNARYQr(X86_NEG, RS)
1152 #define NEGQm(MD, MB, MI, MS) _UNARYQm(X86_NEG, MD, MB, MI, MS)
/dports/lang/guile/guile-3.0.7/libguile/lightening/lightening/
H A Dx86-cpu.c87 #define X86_NEG 3 macro
559 return unr(_jit, X86_NEG, r0); in inegr()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/lightning/lib/
H A Djit_x86-cpu.c94 # define X86_NEG 3 macro
299 # define inegr(r0) unr(X86_NEG, r0)
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/lightning/lib/
H A Djit_x86-cpu.c94 # define X86_NEG 3 macro
299 # define inegr(r0) unr(X86_NEG, r0)
/dports/devel/lightning/lightning-2.1.3/lib/
H A Djit_x86-cpu.c94 # define X86_NEG 3 macro
299 # define inegr(r0) unr(X86_NEG, r0)
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/lightning/lib/
H A Djit_x86-cpu.c94 # define X86_NEG 3 macro
299 # define inegr(r0) unr(X86_NEG, r0)
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/deps/lightning/lib/
H A Djit_x86-cpu.c94 # define X86_NEG 3 macro
299 # define inegr(r0) unr(X86_NEG, r0)
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-rsp-paraLLEl/lightning/lib/
H A Djit_x86-cpu.c94 # define X86_NEG 3 macro
299 # define inegr(r0) unr(X86_NEG, r0)