Home
last modified time | relevance | path

Searched defs:opc (Results 1 – 25 of 1897) sorted by relevance

12345678910>>...76

/dports/emulators/dolphin-emu/dolphin-3152428/docs/DSP/DSP_InterC/DSP_InterC/
H A DDSPOpcodes.cpp126 void dsp_opc_call(uint16 opc) in dsp_opc_call()
150 void dsp_opc_jcc(uint16 opc) in dsp_opc_jcc()
189 void dsp_opc_ret(uint16 opc) in dsp_opc_ret()
200 void dsp_opc_rti(uint16 opc) in dsp_opc_rti()
1611 void dsp_op0(uint16 opc) in dsp_op0()
1823 void dsp_op1(uint16 opc) in dsp_op1()
1880 void dsp_op2(uint16 opc) in dsp_op2()
1903 void dsp_op3(uint16 opc) in dsp_op3()
1944 void dsp_op4(uint16 opc) in dsp_op4()
1987 void dsp_op5(uint16 opc) in dsp_op5()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/DSP/Jit/x64/
H A DDSPJitArithmetic.cpp22 void DSPEmitter::clr(const UDSPInstruction opc) in clr()
40 void DSPEmitter::clrl(const UDSPInstruction opc) in clrl()
64 void DSPEmitter::andcf(const UDSPInstruction opc) in andcf()
99 void DSPEmitter::andf(const UDSPInstruction opc) in andf()
132 void DSPEmitter::tst(const UDSPInstruction opc) in tst()
168 void DSPEmitter::cmp(const UDSPInstruction opc) in cmp()
225 void DSPEmitter::cmpi(const UDSPInstruction opc) in cmpi()
284 void DSPEmitter::xorr(const UDSPInstruction opc) in xorr()
334 void DSPEmitter::orr(const UDSPInstruction opc) in orr()
383 void DSPEmitter::orc(const UDSPInstruction opc) in orc()
[all …]
H A DDSPJitBranch.cpp127 void DSPEmitter::r_jcc(const UDSPInstruction opc) in r_jcc()
145 void DSPEmitter::jcc(const UDSPInstruction opc) in jcc()
165 void DSPEmitter::jmprcc(const UDSPInstruction opc) in jmprcc()
192 void DSPEmitter::call(const UDSPInstruction opc) in call()
214 void DSPEmitter::callr(const UDSPInstruction opc) in callr()
229 void DSPEmitter::ifcc(const UDSPInstruction opc) in ifcc()
239 void DSPEmitter::r_ret(const UDSPInstruction opc) in r_ret()
252 void DSPEmitter::ret(const UDSPInstruction opc) in ret()
263 void DSPEmitter::rti(const UDSPInstruction opc) in rti()
276 void DSPEmitter::halt(const UDSPInstruction opc) in halt()
[all …]
H A DDSPJitMultiplier.cpp150 void DSPEmitter::clrp(const UDSPInstruction opc) in clrp()
163 void DSPEmitter::tstprod(const UDSPInstruction opc) in tstprod()
181 void DSPEmitter::movp(const UDSPInstruction opc) in movp()
202 void DSPEmitter::movnp(const UDSPInstruction opc) in movnp()
224 void DSPEmitter::movpz(const UDSPInstruction opc) in movpz()
299 void DSPEmitter::mul(const UDSPInstruction opc) in mul()
320 void DSPEmitter::mulac(const UDSPInstruction opc) in mulac()
356 void DSPEmitter::mulmv(const UDSPInstruction opc) in mulmv()
404 void DSPEmitter::mulx(const UDSPInstruction opc) in mulx()
533 void DSPEmitter::mulc(const UDSPInstruction opc) in mulc()
[all …]
H A DDSPJitMisc.cpp18 void DSPEmitter::mrr(const UDSPInstruction opc) in mrr()
37 void DSPEmitter::lri(const UDSPInstruction opc) in lri()
48 void DSPEmitter::lris(const UDSPInstruction opc) in lris()
63 void DSPEmitter::nx(const UDSPInstruction opc) in nx()
72 void DSPEmitter::dar(const UDSPInstruction opc) in dar()
81 void DSPEmitter::iar(const UDSPInstruction opc) in iar()
91 void DSPEmitter::subarn(const UDSPInstruction opc) in subarn()
102 void DSPEmitter::addarn(const UDSPInstruction opc) in addarn()
137 void DSPEmitter::sbclr(const UDSPInstruction opc) in sbclr()
148 void DSPEmitter::sbset(const UDSPInstruction opc) in sbset()
[all …]
H A DDSPJitLoadStore.cpp23 void DSPEmitter::srs(const UDSPInstruction opc) in srs()
44 void DSPEmitter::lrs(const UDSPInstruction opc) in lrs()
66 void DSPEmitter::lr(const UDSPInstruction opc) in lr()
79 void DSPEmitter::sr(const UDSPInstruction opc) in sr()
97 void DSPEmitter::si(const UDSPInstruction opc) in si()
113 void DSPEmitter::lrr(const UDSPInstruction opc) in lrr()
133 void DSPEmitter::lrrd(const UDSPInstruction opc) in lrrd()
154 void DSPEmitter::lrri(const UDSPInstruction opc) in lrri()
175 void DSPEmitter::lrrn(const UDSPInstruction opc) in lrrn()
196 void DSPEmitter::srr(const UDSPInstruction opc) in srr()
[all …]
H A DDSPJitExtOps.cpp33 void DSPEmitter::dr(const UDSPInstruction opc) in dr()
41 void DSPEmitter::ir(const UDSPInstruction opc) in ir()
49 void DSPEmitter::nr(const UDSPInstruction opc) in nr()
59 void DSPEmitter::mv(const UDSPInstruction opc) in mv()
71 void DSPEmitter::s(const UDSPInstruction opc) in s()
93 void DSPEmitter::sn(const UDSPInstruction opc) in sn()
113 void DSPEmitter::l(const UDSPInstruction opc) in l()
138 void DSPEmitter::ln(const UDSPInstruction opc) in ln()
164 void DSPEmitter::ls(const UDSPInstruction opc) in ls()
189 void DSPEmitter::lsn(const UDSPInstruction opc) in lsn()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/DSP/Interpreter/
H A DDSPIntArithmetic.cpp22 void clr(const UDSPInstruction opc) in clr()
36 void clrl(const UDSPInstruction opc) in clrl()
56 void andcf(const UDSPInstruction opc) in andcf()
73 void andf(const UDSPInstruction opc) in andf()
89 void tst(const UDSPInstruction opc) in tst()
119 void cmp(const UDSPInstruction opc) in cmp()
136 void cmpar(const UDSPInstruction opc) in cmpar()
157 void cmpi(const UDSPInstruction opc) in cmpi()
197 void xorr(const UDSPInstruction opc) in xorr()
235 void orr(const UDSPInstruction opc) in orr()
[all …]
H A DDSPIntExtOps.cpp44 void dr(const UDSPInstruction opc) in dr()
52 void ir(const UDSPInstruction opc) in ir()
60 void nr(const UDSPInstruction opc) in nr()
70 void mv(const UDSPInstruction opc) in mv()
92 void s(const UDSPInstruction opc) in s()
115 void sn(const UDSPInstruction opc) in sn()
138 void l(const UDSPInstruction opc) in l()
162 void ln(const UDSPInstruction opc) in ln()
187 void ls(const UDSPInstruction opc) in ls()
205 void lsn(const UDSPInstruction opc) in lsn()
[all …]
H A DDSPIntMisc.cpp18 void mrr(const UDSPInstruction opc) in mrr()
40 void lri(const UDSPInstruction opc) in lri()
51 void lris(const UDSPInstruction opc) in lris()
66 void nx(const UDSPInstruction opc) in nx()
76 void dar(const UDSPInstruction opc) in dar()
84 void iar(const UDSPInstruction opc) in iar()
93 void subarn(const UDSPInstruction opc) in subarn()
103 void addarn(const UDSPInstruction opc) in addarn()
116 void sbclr(const UDSPInstruction opc) in sbclr()
126 void sbset(const UDSPInstruction opc) in sbset()
[all …]
H A DDSPIntLoadStore.cpp19 void srs(const UDSPInstruction opc) in srs()
35 void lrs(const UDSPInstruction opc) in lrs()
47 void lr(const UDSPInstruction opc) in lr()
60 void sr(const UDSPInstruction opc) in sr()
76 void si(const UDSPInstruction opc) in si()
86 void lrr(const UDSPInstruction opc) in lrr()
100 void lrrd(const UDSPInstruction opc) in lrrd()
115 void lrri(const UDSPInstruction opc) in lrri()
130 void lrrn(const UDSPInstruction opc) in lrrn()
145 void srr(const UDSPInstruction opc) in srr()
[all …]
H A DDSPIntBranch.cpp23 void call(const UDSPInstruction opc) in call()
40 void callr(const UDSPInstruction opc) in callr()
55 void ifcc(const UDSPInstruction opc) in ifcc()
70 void jcc(const UDSPInstruction opc) in jcc()
83 void jmprcc(const UDSPInstruction opc) in jmprcc()
97 void ret(const UDSPInstruction opc) in ret()
110 void rti(const UDSPInstruction opc) in rti()
119 void halt(const UDSPInstruction opc) in halt()
167 void loop(const UDSPInstruction opc) in loop()
193 void loopi(const UDSPInstruction opc) in loopi()
[all …]
H A DDSPIntMultiplier.cpp81 void clrp(const UDSPInstruction opc) in clrp()
96 void tstprod(const UDSPInstruction opc) in tstprod()
110 void movp(const UDSPInstruction opc) in movp()
128 void movnp(const UDSPInstruction opc) in movnp()
146 void movpz(const UDSPInstruction opc) in movpz()
187 void mulaxh(const UDSPInstruction opc) in mulaxh()
202 void mul(const UDSPInstruction opc) in mul()
222 void mulac(const UDSPInstruction opc) in mulac()
246 void mulmv(const UDSPInstruction opc) in mulmv()
294 void mulx(const UDSPInstruction opc) in mulx()
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/src/ppc/pearpc/cpu/cpu_generic/
H A Dppc_dec.h33 #define PPC_OPC_MAIN(opc) (((opc)>>26)&0x3f) argument
34 #define PPC_OPC_EXT(opc) (((opc)>>1)&0x3ff) argument
40 #define PPC_OPC_TEMPL_A(opc, rD, rA, rB, rC) {rD=((opc)>>21)&0x1f;rA=((opc)>>16)&0x1f;rB=((opc)>>11… argument
43 #define PPC_OPC_TEMPL_D_UImm(opc, rD, rA, imm) {rD=((opc)>>21)&0x1f;rA=((opc)>>16)&0x1f;imm=(opc)&0… argument
44 #define PPC_OPC_TEMPL_D_Shift16(opc, rD, rA, imm) {rD=((opc)>>21)&0x1f;rA=((opc)>>16)&0x1f;imm=(opc… argument
45 #define PPC_OPC_TEMPL_I(opc, LI) {LI=(opc)&0x3fffffc;if (LI&0x02000000) LI |= 0xfc000000;} argument
47 #define PPC_OPC_TEMPL_X(opc, rS, rA, rB) {rS=((opc)>>21)&0x1f;rA=((opc)>>16)&0x1f;rB=((opc)>>11)&0x… argument
48 #define PPC_OPC_TEMPL_XFX(opc, rS, CRM) {rS=((opc)>>21)&0x1f;CRM=((opc)>>12)&0xff;} argument
49 #define PPC_OPC_TEMPL_XO(opc, rS, rA, rB) {rS=((opc)>>21)&0x1f;rA=((opc)>>16)&0x1f;rB=((opc)>>11)&0… argument
50 #define PPC_OPC_TEMPL_XL(opc, BO, BI, BD) {BO=((opc)>>21)&0x1f;BI=((opc)>>16)&0x1f;BD=((opc)>>11)&0… argument
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/assembler/
H A DSH4Assembler.h225 inline uint16_t getOpcodeGroup2(uint16_t opc, int rm) in getOpcodeGroup2()
240 inline uint16_t getOpcodeGroup5(uint16_t opc, int rm) in getOpcodeGroup5()
245 inline uint16_t getOpcodeGroup6(uint16_t opc, int rm) in getOpcodeGroup6()
250 inline uint16_t getOpcodeGroup7(uint16_t opc, int rm) in getOpcodeGroup7()
404 uint16_t opc = getOpcodeGroup2(MOVT_OPCODE, dst); in movt() local
653 uint16_t opc = getOpcodeGroup2(CMPPL_OPCODE, reg); in cmppl() local
659 uint16_t opc = getOpcodeGroup2(CMPPZ_OPCODE, reg); in cmppz() local
708 void branch(uint16_t opc, int label) in branch()
728 void branch(uint16_t opc, RegisterID reg) in branch()
776 uint16_t opc = getOpcodeGroup2(FNEG_OPCODE, dst); in fneg() local
[all …]
/dports/editors/fileobj/fileobj-0.7.91/src/
H A Dmethods.py52 def _(self, amp, opc, args, raw): argument
128 def cursor_up(self, amp, opc, args, raw): argument
179 def cursor_to(self, amp, opc, args, raw): argument
1594 def delete(self, amp, opc, args, raw): argument
2112 def undo(self, amp, opc, args, raw): argument
2120 def redo(self, amp, opc, args, raw): argument
2337 def yank(self, amp, opc, arg, raw): argument
2374 def put(self, amp, opc, args, raw): argument
2381 def __put(self, amp, opc, mov): argument
2415 def __put_over(self, amp, opc, mov): argument
[all …]
H A Dvoid.py224 def _enter_edit_insert(self, amp, opc, args, raw): argument
228 def _enter_edit_insert_head(self, amp, opc, args, raw): argument
232 def _enter_edit_append(self, amp, opc, args, raw): argument
240 def _enter_edit_append_tail(self, amp, opc, args, raw): argument
248 def _enter_edit_replace(self, amp, opc, args, raw): argument
252 def _do_edit_replace(self, amp, opc, args, raw): argument
256 def _enter_edit_delete(self, amp, opc, args, raw): argument
261 def _enter_visual(self, amp, opc, args, raw): argument
264 def _enter_line_visual(self, amp, opc, args, raw): argument
267 def _enter_block_visual(self, amp, opc, args, raw): argument
H A Dvisual.py681 def _show_md5(self, amp, opc, args, raw): argument
685 def _show_sha1(self, amp, opc, args, raw): argument
721 def _inc_number(self, amp, opc, args, raw): argument
725 def _dec_number(self, amp, opc, args, raw): argument
729 def _toggle(self, amp, opc, args, raw): argument
741 def _swap_bytes(self, amp, opc, args, raw): argument
745 def _delete(self, amp, opc, args, raw): argument
753 def _yank(self, amp, opc, args, raw): argument
757 def _put(self, amp, opc, args, raw): argument
773 def _open_md5(self, amp, opc, args, raw): argument
[all …]
/dports/java/jasmin/jasmin-2.4/src/jas/
H A DInsn.java19 int opc; field in Insn
29 public Insn(int opc) in Insn()
38 private void check_short(int val, int opc) throws jasError in check_short()
86 public Insn(int opc, int val, boolean Wide) in Insn()
153 public Insn(int opc, int val, char relative) in Insn()
213 public Insn(int opc, Label target, int line) in Insn()
267 public Insn(int opc, CP arg) in Insn()
/dports/devel/py-xdis/xdis-5.0.13/xdis/
H A Dcross_dis.py120 def get_jump_targets(code, opc): argument
142 def instruction_size(op, opc): argument
170 def op_has_argument(op, opc): argument
265 def extended_arg_val(opc, val): argument
270 def unpack_opargs_bytecode(code, opc): argument
292 def get_jump_target_maps(code, opc): argument
327 def xstack_effect(opcode, opc, oparg=None, jump=None): argument
H A Dwordcode.py24 def unpack_opargs_wordcode(code, opc): argument
53 def get_jump_targets(code, opc): argument
71 def get_jump_target_maps(code, opc): argument
/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/Emit/
H A DILGenerator.cs454 public void Emit(OpCode opc) in Emit()
489 public void Emit(OpCode opc, byte arg) in Emit()
495 public void Emit(OpCode opc, double arg) in Emit()
507 public void Emit(OpCode opc, short arg) in Emit()
513 public void Emit(OpCode opc, int arg) in Emit()
519 public void Emit(OpCode opc, long arg) in Emit()
525 public void Emit(OpCode opc, Label label) in Emit()
727 public void Emit(OpCode opc, sbyte arg) in Emit()
733 public void Emit(OpCode opc, float arg) in Emit()
739 public void Emit(OpCode opc, string str) in Emit()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dvectornode.cpp236 bool VectorNode::implemented(int opc, uint vlen, BasicType bt) { in implemented()
353 VectorNode* VectorNode::make(int opc, Node* n1, Node* n2, uint vlen, BasicType bt) { in make()
429 VectorNode* VectorNode::make(int opc, Node* n1, Node* n2, Node* n3, uint vlen, BasicType bt) { in make()
488 bool VectorNode::is_vector_shift(int opc) { in is_vector_shift()
509 bool VectorNode::is_shift_count(int opc) { in is_shift_count()
582 LoadVectorNode* LoadVectorNode::make(int opc, Node* ctl, Node* mem, in make()
591 StoreVectorNode* StoreVectorNode::make(int opc, Node* ctl, Node* mem, in make()
624 int ReductionNode::opcode(int opc, BasicType bt) { in opcode()
683 ReductionNode* ReductionNode::make(int opc, Node *ctrl, Node* n1, Node* n2, BasicType bt) { in make()
707 bool ReductionNode::implemented(int opc, uint vlen, BasicType bt) { in implemented()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dvectornode.cpp237 bool VectorNode::implemented(int opc, uint vlen, BasicType bt) { in implemented()
354 VectorNode* VectorNode::make(int opc, Node* n1, Node* n2, uint vlen, BasicType bt) { in make()
430 VectorNode* VectorNode::make(int opc, Node* n1, Node* n2, Node* n3, uint vlen, BasicType bt) { in make()
489 bool VectorNode::is_vector_shift(int opc) { in is_vector_shift()
510 bool VectorNode::is_vector_shift_count(int opc) { in is_vector_shift_count()
616 LoadVectorNode* LoadVectorNode::make(int opc, Node* ctl, Node* mem, in make()
625 StoreVectorNode* StoreVectorNode::make(int opc, Node* ctl, Node* mem, in make()
658 int ReductionNode::opcode(int opc, BasicType bt) { in opcode()
740 ReductionNode* ReductionNode::make(int opc, Node *ctrl, Node* n1, Node* n2, BasicType bt) { in make()
767 bool ReductionNode::implemented(int opc, uint vlen, BasicType bt) { in implemented()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dilmutil.cpp83 ad1ilm(int opc) in ad1ilm()
101 ad2ilm(int opc, int opr1) in ad2ilm()
124 ad3ilm(int opc, int opr1, int opr2) in ad3ilm()
202 adNilm(int n, int opc, ...) in adNilm()
233 ilm_callee_index(ILM_OP opc) in ilm_callee_index()
590 int opc, len, noprs, varpart, opnd; in reloc_ilms() local
643 int opc, falselb; in mkbranch() local
1568 int opc, args, varargs, oprflg, j, sym; in dumpsingleilm() local
1722 int opc, oprflg; in dumpilmtrees() local
1801 int ilmx, opc, len; in rdgilms() local
[all …]

12345678910>>...76