Home
last modified time | relevance | path

Searched refs:I_BSWAP (Results 1 – 18 of 18) sorted by relevance

/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Dinsns.h40 I_BSWAP, enumerator
H A Dinsnsd.c94 /* 87*/ {I_BSWAP, 1, {REG32,0,0}, "\321\1\x0F\10\xC8", IF_486},
/dports/devel/distorm/distorm-20121220-r230/include/
H A Dmnemonics.h62 I_BSWAP = 960, I_BT = 872, I_BTC = 934, I_BTR = 912, I_BTS = 887, I_CALL = 456, enumerator
/dports/devel/upp/upp/uppsrc/plugin/ndisasm/lib/
H A Dinsnsi.h44 I_BSWAP, enumerator
H A Dinsnsd.c129 /* 122 */ {I_BSWAP, 1, {REG_GPR|BITS32,0,0,0,0}, nasm_bytecodes+13680, IF_486},
130 /* 123 */ {I_BSWAP, 1, {REG_GPR|BITS64,0,0,0,0}, nasm_bytecodes+13686, IF_X64},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/x86/
H A Dinsnsi.h41 I_BSWAP, enumerator
H A Dinsnsa.c269 {I_BSWAP, 1, {REG_GPR|BITS32,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+35098, 20},
270 {I_BSWAP, 1, {REG_GPR|BITS64,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+35104, 7},
H A Dinsnsd.c119 /* 112 */ {I_BSWAP, 1, {REG_GPR|BITS32,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+35098, 20},
120 /* 113 */ {I_BSWAP, 1, {REG_GPR|BITS64,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+35104, 7},
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/x86/
H A Dinsnsi.h41 I_BSWAP, enumerator
H A Dinsnsa.c276 {I_BSWAP, 1, {REG_GPR|BITS32,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+38938, 20},
277 {I_BSWAP, 1, {REG_GPR|BITS64,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+38944, 7},
H A Dinsnsd.c126 /* 119 */ {I_BSWAP, 1, {REG_GPR|BITS32,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+38938, 20},
127 /* 120 */ {I_BSWAP, 1, {REG_GPR|BITS64,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+38944, 7},
/dports/devel/nasm/nasm-2.15.05/x86/
H A Dinsnsi.h41 I_BSWAP, enumerator
H A Dinsnsa.c276 {I_BSWAP, 1, {REG_GPR|BITS32,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+39431, 20},
277 {I_BSWAP, 1, {REG_GPR|BITS64,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+39437, 7},
H A Dinsnsd.c126 /* 119 */ {I_BSWAP, 1, {REG_GPR|BITS32,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+39431, 20},
127 /* 120 */ {I_BSWAP, 1, {REG_GPR|BITS64,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+39437, 7},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dtokhash.c4155 { "bswap", TOKEN_INSN, C_none, 0, I_BSWAP }, in nasm_token_hash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dtokhash.c8251 { "bswap", 5, TOKEN_INSN, C_none, 0, I_BSWAP }, in nasm_token_hash()
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dtokhash.c8251 { "bswap", 5, TOKEN_INSN, C_none, 0, I_BSWAP }, in nasm_token_hash()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Djitasm.h809 I_BSF, I_BSR, I_BSWAP, I_BT, I_BTC, I_BTR, I_BTS, enumerator
1990 void bswap(const Reg32& dst) {AppendInstr(I_BSWAP, 0x0FC8, 0, RW(dst));} in bswap()
1992 void bswap(const Reg64& dst) {AppendInstr(I_BSWAP, 0x0FC8, E_REXW_PREFIX, RW(dst));} in bswap()