Home
last modified time | relevance | path

Searched refs:inst_stop (Results 1 – 10 of 10) sorted by relevance

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/cores/
H A Drx_vita_core_3000.cpp108 bool inst_reload, inst_chain, inst_samps, inst_stop; in issue_stream_command() local
109 std::tie(inst_reload, inst_chain, inst_samps, inst_stop) = in issue_stream_command()
117 cmd_word |= uint32_t((inst_stop) ? 1 : 0) << 28; in issue_stream_command()
118 cmd_word |= (inst_samps) ? stream_cmd.num_samps : ((inst_stop) ? 0 : 1); in issue_stream_command()
H A Drx_dsp_core_200.cpp130 bool inst_reload, inst_chain, inst_samps, inst_stop; in issue_stream_command() local
131 std::tie(inst_reload, inst_chain, inst_samps, inst_stop) = in issue_stream_command()
139 cmd_word |= uint32_t((inst_stop) ? 1 : 0) << 28; in issue_stream_command()
140 cmd_word |= (inst_samps) ? stream_cmd.num_samps : ((inst_stop) ? 0 : 1); in issue_stream_command()
/dports/mail/anubis/anubis-4.2/src/
H A Drcfile.h140 inst_stop, enumerator
H A Drc-gram.y547 $$->v.inst.opcode = inst_stop;
1092 case inst_stop:
1112 case inst_stop:
1500 case inst_stop:
H A Drc-gram.c2277 (yyval.stmt)->v.inst.opcode = inst_stop;
3092 case inst_stop: in inst_name()
3112 case inst_stop: in rc_inst_print()
3500 case inst_stop: in inst_eval()
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/hc08.src/
H A Dinstcl.h43 virtual int inst_stop(t_mem code, bool prefix);
H A Dhc08.cc538 case 0xe: return(inst_stop(code, false)); in exec_inst()
H A Dinst.cc879 cl_hc08::inst_stop(t_mem code, bool prefix) in inst_stop() function in cl_hc08
/dports/emulators/gbe/gbe/
H A Dcpu.c513 void inst_stop();
561 { 0x10, "STOP", 1, inst_stop },
6795 void inst_stop() in inst_stop() function
/dports/mail/anubis/anubis-4.2/
H A DChangeLog2906 * src/rcfile.h (inst_stop, inst_call): New instruction types.