Home
last modified time | relevance | path

Searched refs:OP_ROL (Results 1 – 25 of 75) sorted by relevance

123

/dports/lang/snobol4/snobol4-2.2.2/modules/logic/
H A Dlogic.c59 #define OP_ROL 14 macro
94 case OP_ROL: in logic_byte()
241 case OP_ROL: in LOGIC()
/dports/devel/xopcodecalc/XOpcodeCalc-0.03/
H A Dasm_defs.h57 OP_ROL, enumerator
140 {OP_ROL, &op_rol, "rol", {{"EAX", LIM32}, {"CL", LIMBS32}}, {{"EAX"…
196 {OP_ROL, &op_rol, "rol", {{"RAX", LIM64}, {"CL", LIMBS64}}, {{"RAX"…
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Ddisasm-common.h169 OP_ROL, /**< Rotate Left */ enumerator
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Ddisasm-common.h169 OP_ROL, /**< Rotate Left */ enumerator
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dncginl.pas449 (OP_AND,OP_OR,OP_XOR,OP_SAR,OP_SHL,OP_SHR,OP_ROL,OP_ROR);
806 op:=OP_ROL;
H A Dcgbase.pas140 OP_ROL, { rotate left }
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dncginl.pas449 (OP_AND,OP_OR,OP_XOR,OP_SAR,OP_SHL,OP_SHR,OP_ROL,OP_ROR);
806 op:=OP_ROL;
H A Dcgbase.pas140 OP_ROL, { rotate left }
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dncginl.pas449 (OP_AND,OP_OR,OP_XOR,OP_SAR,OP_SHL,OP_SHR,OP_ROL,OP_ROR);
806 op:=OP_ROL;
H A Dcgbase.pas140 OP_ROL, { rotate left }
/dports/lang/fpc/fpc-3.2.2/compiler/avr/
H A Dcgcpu.pas694 OP_SHR,OP_SHL,OP_SAR,OP_ROL,OP_ROR:
721 OP_ROL:
743 OP_ROL,
873 OP_SHR,OP_SHL,OP_SAR,OP_ROL,OP_ROR:
919 OP_ROL:
941 OP_ROL,
/dports/lang/fpc-source/fpc-3.2.2/compiler/avr/
H A Dcgcpu.pas694 OP_SHR,OP_SHL,OP_SAR,OP_ROL,OP_ROR:
721 OP_ROL:
743 OP_ROL,
873 OP_SHR,OP_SHL,OP_SAR,OP_ROL,OP_ROR:
919 OP_ROL:
941 OP_ROL,
/dports/editors/fpc-ide/fpc-3.2.2/compiler/avr/
H A Dcgcpu.pas694 OP_SHR,OP_SHL,OP_SAR,OP_ROL,OP_ROR:
721 OP_ROL:
743 OP_ROL,
873 OP_SHR,OP_SHL,OP_SAR,OP_ROL,OP_ROR:
919 OP_ROL:
941 OP_ROL,
/dports/emulators/mess/mame-mame0226/src/devices/cpu/
H A Duml.h196 OP_ROL, // ROL dst,src,count[,f] enumerator
483 void rol(parameter dst, parameter src, parameter count) { configure(OP_ROL, 4, dst, src, count); } in rol()
522 …void drol(parameter dst, parameter src, parameter count) { configure(OP_ROL, 8, dst, src, count); } in drol()
H A Ddrcbec.cpp1140 case MAKE_OPCODE_SHORT(OP_ROL, 4, 0): // ROL dst,src,count[,f] in execute()
1145 case MAKE_OPCODE_SHORT(OP_ROL, 4, 1): in execute()
1750 case MAKE_OPCODE_SHORT(OP_ROL, 8, 0): // DROL dst,src,count[,f] in execute()
1755 case MAKE_OPCODE_SHORT(OP_ROL, 8, 1): in execute()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/
H A Duml.h196 OP_ROL, // ROL dst,src,count[,f] enumerator
483 void rol(parameter dst, parameter src, parameter count) { configure(OP_ROL, 4, dst, src, count); } in rol()
522 …void drol(parameter dst, parameter src, parameter count) { configure(OP_ROL, 8, dst, src, count); } in drol()
H A Ddrcbec.cpp1140 case MAKE_OPCODE_SHORT(OP_ROL, 4, 0): // ROL dst,src,count[,f] in execute()
1145 case MAKE_OPCODE_SHORT(OP_ROL, 4, 1): in execute()
1750 case MAKE_OPCODE_SHORT(OP_ROL, 8, 0): // DROL dst,src,count[,f] in execute()
1755 case MAKE_OPCODE_SHORT(OP_ROL, 8, 1): in execute()
/dports/lang/fpc/fpc-3.2.2/compiler/i8086/
H A Dcgcpu.pas565 OP_ROL,OP_ROR:
570 if op=OP_ROL then
715 if op=OP_ROL then
930 OP_ROL,OP_ROR:
1039 OP_ROL,OP_ROR:
1057 OP_ROL:
1141 if not (op in [OP_NEG,OP_NOT,OP_SHR,OP_SHL,OP_SAR,OP_ROL,OP_ROR]) then
1247 OP_ROL,OP_ROR:
/dports/lang/fpc-source/fpc-3.2.2/compiler/i8086/
H A Dcgcpu.pas565 OP_ROL,OP_ROR:
570 if op=OP_ROL then
715 if op=OP_ROL then
930 OP_ROL,OP_ROR:
1039 OP_ROL,OP_ROR:
1057 OP_ROL:
1141 if not (op in [OP_NEG,OP_NOT,OP_SHR,OP_SHL,OP_SAR,OP_ROL,OP_ROR]) then
1247 OP_ROL,OP_ROR:
/dports/editors/fpc-ide/fpc-3.2.2/compiler/i8086/
H A Dcgcpu.pas565 OP_ROL,OP_ROR:
570 if op=OP_ROL then
715 if op=OP_ROL then
930 OP_ROL,OP_ROR:
1039 OP_ROL,OP_ROR:
1057 OP_ROL:
1141 if not (op in [OP_NEG,OP_NOT,OP_SHR,OP_SHL,OP_SAR,OP_ROL,OP_ROR]) then
1247 OP_ROL,OP_ROR:
/dports/editors/fpc-ide/fpc-3.2.2/compiler/x86/
H A Dcgx86.pas2080 else if (op in [OP_ROR,OP_ROL]) and
2198 OP_SHL,OP_SHR,OP_SAR,OP_ROL,OP_ROR:
2304 OP_SHL,OP_SHR,OP_SAR,OP_ROL,OP_ROR:
2355 if not(Op in [OP_SHR,OP_SHL,OP_SAR,OP_ROL,OP_ROR]) then
2372 OP_SHR,OP_SHL,OP_SAR,OP_ROL,OP_ROR:
2448 if not (op in [OP_NEG,OP_NOT,OP_SHR,OP_SHL,OP_SAR,OP_ROL,OP_ROR]) then
2459 OP_SHR,OP_SHL,OP_SAR,OP_ROL,OP_ROR:
/dports/lang/fpc/fpc-3.2.2/compiler/x86/
H A Dcgx86.pas2080 else if (op in [OP_ROR,OP_ROL]) and
2198 OP_SHL,OP_SHR,OP_SAR,OP_ROL,OP_ROR:
2304 OP_SHL,OP_SHR,OP_SAR,OP_ROL,OP_ROR:
2355 if not(Op in [OP_SHR,OP_SHL,OP_SAR,OP_ROL,OP_ROR]) then
2372 OP_SHR,OP_SHL,OP_SAR,OP_ROL,OP_ROR:
2448 if not (op in [OP_NEG,OP_NOT,OP_SHR,OP_SHL,OP_SAR,OP_ROL,OP_ROR]) then
2459 OP_SHR,OP_SHL,OP_SAR,OP_ROL,OP_ROR:
/dports/lang/fpc-source/fpc-3.2.2/compiler/x86/
H A Dcgx86.pas2080 else if (op in [OP_ROR,OP_ROL]) and
2198 OP_SHL,OP_SHR,OP_SAR,OP_ROL,OP_ROR:
2304 OP_SHL,OP_SHR,OP_SAR,OP_ROL,OP_ROR:
2355 if not(Op in [OP_SHR,OP_SHL,OP_SAR,OP_ROL,OP_ROR]) then
2372 OP_SHR,OP_SHL,OP_SAR,OP_ROL,OP_ROR:
2448 if not (op in [OP_NEG,OP_NOT,OP_SHR,OP_SHL,OP_SAR,OP_ROL,OP_ROR]) then
2459 OP_SHR,OP_SHL,OP_SAR,OP_ROL,OP_ROR:
/dports/emulators/mess/mame-mame0226/src/devices/cpu/g65816/
H A Dg65816op.h994 #undef OP_ROL
996 #define OP_ROL() \ macro
1001 #define OP_ROL() \ macro
1555 OP(2a, OP_ROL ( ) ) /* ROL acc */
/dports/emulators/mame/mame-mame0226/src/devices/cpu/g65816/
H A Dg65816op.h994 #undef OP_ROL
996 #define OP_ROL() \ macro
1001 #define OP_ROL() \ macro
1555 OP(2a, OP_ROL ( ) ) /* ROL acc */

123