Home
last modified time | relevance | path

Searched refs:OP_NOP (Results 1 – 25 of 539) sorted by last modified time

12345678910>>...22

/dports/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.9/src/
H A Dpm2_video.c83 OP_NOP, /* ignored */ enumerator
/dports/sysutils/pwsafe/pwsafe-1dbcfd0/
H A Dpwsafe.cpp361 OP arg_op = OP_NOP;
659 if (arg_op == OP_NOP) in main()
766 case OP_NOP: in main()
906 if (arg_op == OP_NOP) in parse()
912 if (arg_op == OP_NOP) in parse()
918 if (arg_op == OP_NOP) { in parse()
925 if (arg_op == OP_NOP) in parse()
931 if (arg_op == OP_NOP) in parse()
937 if (arg_op == OP_NOP) in parse()
943 if (arg_op == OP_NOP) in parse()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/make/
H A Dmake.h300 #define OP_NOP(t) (((t) & OP_OPMASK) == 0x00000000) macro
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-ppc.c2259 ins->opcode = OP_NOP; in mono_arch_decompose_opts()
2291 ins->opcode = OP_NOP; in mono_arch_decompose_opts()
2312 ins->opcode = OP_NOP; in mono_arch_decompose_opts()
2330 ins->opcode = OP_NOP; in mono_arch_decompose_opts()
2647 ins->opcode = OP_NOP; in mono_arch_lowering_pass()
3188 case OP_NOP: in mono_arch_output_basic_block()
/dports/lang/basic256/basic256-2.0.0.11/
H A DInterpreter.cpp362 case OP_NOP : return QString("OP_NOP"); in opname()
2190 case OP_NOP: in execByteCode()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/feathery_ftp/
H A Dftp.h34 OP_NOP = 0, ///< no operation enumerator
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/feathery_ftp/
H A DftpCmds.c983 if((pSession->activeTrans.op != OP_NOP)) // transfer in progress? in execFtpCmd()
H A DftpSession.c85 sessions[n].activeTrans.op = OP_NOP; in ftpOpenSession()
152 sessions[id].activeTrans.op = OP_NOP; in ftpCloseSession()
352 if(sessions[id].activeTrans.op != OP_NOP) // is thera an active transmission? in ftpCloseTransmission()
363 sessions[id].activeTrans.op = OP_NOP; in ftpCloseTransmission()
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dbitcoin.py87 OP_NOP = 0x61 variable in opcodes
/dports/emulators/simh/simh-3.9.0_5/I1620/
H A Di1620_cpu.c1005 case OP_NOP: in sim_instr()
H A Di1620_defs.h221 OP_NOP = 41, OP_BB, OP_BD, OP_BNF, /* 40 - 49 */ enumerator
/dports/emulators/simh/simh-3.9.0_5/I1401/
H A Di1401_cpu.c1636 case OP_NOP: /* nop */ in sim_instr()
H A Di1401_cd.c396 OP_R + WM, OP_NOP + WM /* R, NOP */
H A Di1401_defs.h230 #define OP_NOP 045 /* no op */ macro
H A Di1401_sys.c287 else if ((ilnt > 8) && (op != OP_NOP)) /* cap length */ in fprint_sym()
295 (op != OP_NOP)) || /* not nop? */ in fprint_sym()
300 if (((flags & IO) || (op == OP_NOP)) && (val[1] == BCD_PERCNT)) in fprint_sym()
/dports/devel/fmake/fmake-r250982/
H A Darch.c1200 if (OP_NOP(gn->type) && Lst_IsEmpty(&gn->children)) { in Arch_LibOODate()
H A Dparse.c482 !OP_NOP(gn->type) && !OP_NOP(op)) { in ParseDoOp()
H A Dtarg.c369 if (!OP_NOP(gn->type)) { in TargPrintNode()
462 if (OP_NOP(gn->type)) in Targ_PrintGraph()
H A Dsuff.c1609 if (OP_NOP(gn->type)) { in SuffFindArchiveDeps()
1804 if (OP_NOP(gn->type) || (Lst_IsEmpty(&gn->children) && in SuffFindNormalDeps()
H A Dmake.c525 if (OP_NOP(cgn->type)) { in Make_DoAllVar()
H A Djob.c1228 if (OP_NOP(gn->type) && Lst_IsEmpty(&gn->commands) && in Job_CheckCommands()
H A Dcond.c365 if ((gn != NULL) && !OP_NOP(gn->type)) { in CondDoTarget()
/dports/devel/jwasm/JWasm-f0a2fdd/src/
H A Dcodegen.c175 OutputCodeByte( OP_NOP ); in output_opc()
/dports/devel/jwasm/JWasm-f0a2fdd/src/H/
H A Dcodegen.h59 #define OP_NOP 0x90 macro
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x86-shared/
H A DBaseAssembler-x86-shared.h64 m_formatter.oneByteOp(OP_NOP); in nop()
105 void nop_one() { m_formatter.oneByteOp(OP_NOP); } in nop_one()
109 m_formatter.oneByteOp(OP_NOP); in nop_two()

12345678910>>...22