Home
last modified time | relevance | path

Searched refs:op_cmpl (Results 1 – 22 of 22) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/cpu/tms32051/
H A Dtms32051.h202 void op_cmpl();
H A D32051ops.h90 …&tms32051_device::op_abs, &tms32051_device::op_cmpl, &tms32051_device::op_neg, …
H A D32051ops.hxx429 void tms32051_device::op_cmpl() in op_cmpl() function in tms32051_device
/dports/emulators/mame/mame-mame0226/src/devices/cpu/tms32051/
H A Dtms32051.h202 void op_cmpl();
H A D32051ops.h90 …&tms32051_device::op_abs, &tms32051_device::op_cmpl, &tms32051_device::op_neg, …
H A D32051ops.hxx429 void tms32051_device::op_cmpl() in op_cmpl() function in tms32051_device
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Dcpp.c359 static int op_cmpl(int a) { return ~a; } in op_cmpl() function
390 { '~', op_cmpl },
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp358 int op_cmpl(int a) { return ~a; } in op_cmpl() function
391 { '~', op_cmpl },
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp378 int op_cmpl(int a) { return ~a; } in op_cmpl() function
411 { '~', op_cmpl },
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp378 int op_cmpl(int a) { return ~a; } in op_cmpl() function
411 { '~', op_cmpl },
/dports/devel/love/love-11.3/src/libraries/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp378 int op_cmpl(int a) { return ~a; } in op_cmpl() function
411 { '~', op_cmpl },
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glslang/src/glslang/MachineIndependent/preprocessor/
H A DPp.cpp378 int op_cmpl(int a) { return ~a; } in op_cmpl() function
411 { '~', op_cmpl },
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp378 int op_cmpl(int a) { return ~a; } in op_cmpl() function
411 { '~', op_cmpl },
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp378 int op_cmpl(int a) { return ~a; } in op_cmpl() function
411 { '~', op_cmpl },
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp378 int op_cmpl(int a) { return ~a; } in op_cmpl() function
411 { '~', op_cmpl },
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp378 int op_cmpl(int a) { return ~a; } in op_cmpl() function
411 { '~', op_cmpl },
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp378 int op_cmpl(int a) { return ~a; } in op_cmpl() function
411 { '~', op_cmpl },
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/glslang/MachineIndependent/preprocessor/
H A DPp.cpp378 int op_cmpl(int a) { return ~a; } in op_cmpl() function
411 { '~', op_cmpl },
/dports/graphics/glslang/glslang-11.7.1/glslang/MachineIndependent/preprocessor/
H A DPp.cpp378 int op_cmpl(int a) { return ~a; } in op_cmpl() function
411 { '~', op_cmpl },
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp378 int op_cmpl(int a) { return ~a; } in op_cmpl() function
411 { '~', op_cmpl },
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp378 int op_cmpl(int a) { return ~a; } in op_cmpl() function
411 { '~', op_cmpl },
/dports/emulators/z80pack/z80pack-1.37/z80core/
H A Dsim1a.c114 static int op_cmpe(void), op_cmph(void), op_cmpl(void), op_cmpm(void);
352 op_cmpl, /* 0xbd */ in cpu_8080()
2214 static int op_cmpl(void) /* CMP L */ in op_cmpl() function