Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 25 of 7615) sorted by relevance

12345678910>>...305

/dports/audio/liquidsfz/liquidsfz-0.2.3/src/
H A Dopcode-list.sh1 function opcode function
10 opcode _mod
11 opcode amp_attack
12 opcode amp_decay
13 opcode amp_delay
14 opcode amp_hold
109 opcode bus
117 opcode count
268 opcode end
406 opcode key
[all …]
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/graph/font/typecast/ot/
H A DMnemonic.java147 …if (opcode >= MIRP) return "MIRP["+((opcode&16)==0?"nrp0,":"srp0,")+((opcode&8)==0?"nmd,":"md,")+(… in getMnemonic()
148 …else if (opcode >= MDRP) return "MDRP["+((opcode&16)==0?"nrp0,":"srp0,")+((opcode&8)==0?"nmd,":"md… in getMnemonic()
158 else if (opcode >= SDPVTL) return "SDPVTL["+(opcode&1)+"]"; in getMnemonic()
179 else if (opcode >= ROUND) return "ROUND["+(opcode&3)+"]"; in getMnemonic()
209 else if (opcode >= MD) return "MD["+(opcode&1)+"]"; in getMnemonic()
211 else if (opcode >= GC) return "GC["+(opcode&1)+"]"; in getMnemonic()
221 else if (opcode >= MSIRP) return "MSIRP["+(opcode&1)+"]"; in getMnemonic()
224 else if (opcode >= SHZ) return "SHZ["+(opcode&1)+"]"; in getMnemonic()
225 else if (opcode >= SHC) return "SHC["+(opcode&1)+"]"; in getMnemonic()
273 …if (opcode >= MIRP) return "MIRP["+((opcode&16)==0?"nrp0,":"srp0,")+((opcode&8)==0?"nmd,":"md,")+(… in getComment()
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/play/src/
H A DAArch64Assembler.cpp61 WriteWord(opcode); in ResolveLabelReferences()
68 WriteWord(opcode); in ResolveLabelReferences()
81 WriteWord(opcode); in Add()
90 WriteWord(opcode); in Add()
109 WriteWord(opcode); in Add_4s()
118 WriteWord(opcode); in Add_8h()
127 WriteWord(opcode); in Add_16b()
136 WriteWord(opcode); in And()
145 WriteWord(opcode); in And()
159 WriteWord(opcode); in And_16b()
[all …]
H A DAArch32Assembler.cpp123 WriteWord(opcode); in GenericAlu()
138 WriteWord(opcode); in GenericAlu()
181 WriteWord(opcode); in BCc()
191 uint32 opcode = 0; in Bx() local
193 WriteWord(opcode); in Bx()
198 uint32 opcode = 0; in Blx() local
200 WriteWord(opcode); in Blx()
207 opcode |= rm; in Clz()
209 WriteWord(opcode); in Clz()
223 WriteWord(opcode); in Cmn()
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/CodeGen/src/
H A DAArch64Assembler.cpp72 WriteWord(opcode); in ResolveLabelReferences()
139 WriteWord(opcode); in Add()
148 WriteWord(opcode); in Add()
167 WriteWord(opcode); in Add_4s()
176 WriteWord(opcode); in Add_8h()
185 WriteWord(opcode); in Add_16b()
194 WriteWord(opcode); in And()
203 WriteWord(opcode); in And()
217 WriteWord(opcode); in And_16b()
256 opcode |= offset; in B_offset()
[all …]
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/3D/Source/
H A Dinterp.c551 opcode += 4; in do_polyres()
575 interpreter_loop(opcode + (*(short *)(opcode + 26))); in do_sortnorm()
576 interpreter_loop(opcode + (*(short *)(opcode + 28))); in do_sortnorm()
578 interpreter_loop(opcode + (*(short *)(opcode + 28))); in do_sortnorm()
579 interpreter_loop(opcode + (*(short *)(opcode + 26))); in do_sortnorm()
691 opcode += 4; in do_uvlist()
762 …resbuf[*(short *)(opcode + 2)] = g3_copy_add_delta_x(resbuf[*(short *)(opcode + 4)], *(fix *)(opco… in do_x_rel()
771 …resbuf[*(short *)(opcode + 2)] = g3_copy_add_delta_y(resbuf[*(short *)(opcode + 4)], *(fix *)(opco… in do_y_rel()
791 … g3_copy_add_delta_xy(resbuf[*(short *)(opcode + 4)], *(fix *)(opcode + 6), *(fix *)(opcode + 10)); in do_xy_rel()
802 … g3_copy_add_delta_xz(resbuf[*(short *)(opcode + 4)], *(fix *)(opcode + 6), *(fix *)(opcode + 10)); in do_xz_rel()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/arm7/
H A Darm7dasm.cpp51 (opcode>>8)&0xf, (opcode>>21)&7, (opcode>>12)&0xf, (opcode>>16)&0xf, opcode&0xf ); in DasmCoProc_RT()
88 (opcode>>8)&0xf, (opcode>>20)&0xf, (opcode>>12)&0xf, (opcode>>16)&0xf, opcode&0xf ); in DasmCoProc_DO()
252 util::stream_format(stream, "R%d, R%d, R%d", (opcode>>12)&0xf, opcode&0xf, (opcode>>16)&0xf); in arm7_disasm()
258 util::stream_format(stream, "R%d, R%d, R%d", (opcode>>12)&0xf, opcode&0xf, (opcode>>16)&0xf); in arm7_disasm()
264 util::stream_format(stream, "R%d, R%d, R%d", (opcode>>12)&0xf, opcode&0xf, (opcode>>16)&0xf); in arm7_disasm()
276 …il::stream_format(stream, "R%d, R%d, R%d, R%d", (opcode>>16)&0xf, (opcode>>12)&0xf, opcode&0xf, (o… in arm7_disasm()
282 …il::stream_format(stream, "R%d, R%d, R%d, R%d", (opcode>>16)&0xf, (opcode>>12)&0xf, opcode&0xf, (o… in arm7_disasm()
294 util::stream_format(stream, "R%d, R%d, R%d", (opcode>>16)&0xf, opcode&0xf, (opcode>>8)&0xf); in arm7_disasm()
300 …til::stream_format(stream, "R%d, R%d, R%d, R%d", (opcode>>16)&0xf, opcode&0xf, (opcode>>8)&0xf, (o… in arm7_disasm()
360 (opcode>>12)&0xf, opcode&0xf, (opcode>>16)&0xf ); in arm7_disasm()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/arm7/
H A Darm7dasm.cpp51 (opcode>>8)&0xf, (opcode>>21)&7, (opcode>>12)&0xf, (opcode>>16)&0xf, opcode&0xf ); in DasmCoProc_RT()
88 (opcode>>8)&0xf, (opcode>>20)&0xf, (opcode>>12)&0xf, (opcode>>16)&0xf, opcode&0xf ); in DasmCoProc_DO()
252 util::stream_format(stream, "R%d, R%d, R%d", (opcode>>12)&0xf, opcode&0xf, (opcode>>16)&0xf); in arm7_disasm()
258 util::stream_format(stream, "R%d, R%d, R%d", (opcode>>12)&0xf, opcode&0xf, (opcode>>16)&0xf); in arm7_disasm()
264 util::stream_format(stream, "R%d, R%d, R%d", (opcode>>12)&0xf, opcode&0xf, (opcode>>16)&0xf); in arm7_disasm()
276 …il::stream_format(stream, "R%d, R%d, R%d, R%d", (opcode>>16)&0xf, (opcode>>12)&0xf, opcode&0xf, (o… in arm7_disasm()
282 …il::stream_format(stream, "R%d, R%d, R%d, R%d", (opcode>>16)&0xf, (opcode>>12)&0xf, opcode&0xf, (o… in arm7_disasm()
294 util::stream_format(stream, "R%d, R%d, R%d", (opcode>>16)&0xf, opcode&0xf, (opcode>>8)&0xf); in arm7_disasm()
300 …til::stream_format(stream, "R%d, R%d, R%d, R%d", (opcode>>16)&0xf, opcode&0xf, (opcode>>8)&0xf, (o… in arm7_disasm()
360 (opcode>>12)&0xf, opcode&0xf, (opcode>>16)&0xf ); in arm7_disasm()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_opcodes.erl10 opcode(label, 1) -> 1; function
11 opcode(func_info, 3) -> 2; function
13 opcode(call, 2) -> 4; function
16 opcode(call_ext, 2) -> 7; function
18 opcode(bif0, 2) -> 9; function
19 opcode(bif1, 4) -> 10; function
20 opcode(bif2, 5) -> 11; function
26 opcode(init, 1) -> 17; function
29 opcode(send, 0) -> 20; function
34 opcode(wait, 1) -> 25; function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_opcodes.erl10 opcode(label, 1) -> 1; function
11 opcode(func_info, 3) -> 2; function
13 opcode(call, 2) -> 4; function
16 opcode(call_ext, 2) -> 7; function
18 opcode(bif0, 2) -> 9; function
19 opcode(bif1, 4) -> 10; function
20 opcode(bif2, 5) -> 11; function
26 opcode(init, 1) -> 17; function
29 opcode(send, 0) -> 20; function
34 opcode(wait, 1) -> 25; function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_opcodes.erl10 opcode(label, 1) -> 1; function
11 opcode(func_info, 3) -> 2; function
13 opcode(call, 2) -> 4; function
16 opcode(call_ext, 2) -> 7; function
18 opcode(bif0, 2) -> 9; function
19 opcode(bif1, 4) -> 10; function
20 opcode(bif2, 5) -> 11; function
26 opcode(init, 1) -> 17; function
29 opcode(send, 0) -> 20; function
34 opcode(wait, 1) -> 25; function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_opcodes.erl10 opcode(label, 1) -> 1; function
11 opcode(func_info, 3) -> 2; function
13 opcode(call, 2) -> 4; function
16 opcode(call_ext, 2) -> 7; function
18 opcode(bif0, 2) -> 9; function
19 opcode(bif1, 4) -> 10; function
20 opcode(bif2, 5) -> 11; function
26 opcode(init, 1) -> 17; function
29 opcode(send, 0) -> 20; function
34 opcode(wait, 1) -> 25; function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_opcodes.erl10 opcode(label, 1) -> 1; function
11 opcode(func_info, 3) -> 2; function
13 opcode(call, 2) -> 4; function
16 opcode(call_ext, 2) -> 7; function
18 opcode(bif0, 2) -> 9; function
19 opcode(bif1, 4) -> 10; function
20 opcode(bif2, 5) -> 11; function
26 opcode(init, 1) -> 17; function
29 opcode(send, 0) -> 20; function
34 opcode(wait, 1) -> 25; function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_opcodes.erl10 opcode(label, 1) -> 1; function
11 opcode(func_info, 3) -> 2; function
13 opcode(call, 2) -> 4; function
16 opcode(call_ext, 2) -> 7; function
18 opcode(bif0, 2) -> 9; function
19 opcode(bif1, 4) -> 10; function
20 opcode(bif2, 5) -> 11; function
26 opcode(init, 1) -> 17; function
29 opcode(send, 0) -> 20; function
34 opcode(wait, 1) -> 25; function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_opcodes.erl10 opcode(label, 1) -> 1; function
11 opcode(func_info, 3) -> 2; function
13 opcode(call, 2) -> 4; function
16 opcode(call_ext, 2) -> 7; function
18 opcode(bif0, 2) -> 9; function
19 opcode(bif1, 4) -> 10; function
20 opcode(bif2, 5) -> 11; function
26 opcode(init, 1) -> 17; function
29 opcode(send, 0) -> 20; function
34 opcode(wait, 1) -> 25; function
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/include/opcode/
H A Dtic4x.h227 unsigned long opcode; member
309 #define A_CLASS_INSN(name, opcode, level) \ argument
322 #define AB_CLASS_INSN(name, opcode, level) \ argument
334 #define AU_CLASS_INSN(name, opcode, level) \ argument
346 #define AF_CLASS_INSN(name, opcode, level) \ argument
357 #define A2_CLASS_INSN(name, opcode, level) \ argument
367 #define A3_CLASS_INSN(name, opcode, level) \ argument
379 #define A6_CLASS_INSN(name, opcode, level) \ argument
413 #define B_CLASS_INSN(name, opcode, level) \ argument
675 { name, opcode, 0xffe0ffff, "R", level }
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/include/opcode/
H A Dtic4x.h229 unsigned long opcode; member
311 #define A_CLASS_INSN(name, opcode, level) \ argument
324 #define AB_CLASS_INSN(name, opcode, level) \ argument
336 #define AU_CLASS_INSN(name, opcode, level) \ argument
348 #define AF_CLASS_INSN(name, opcode, level) \ argument
359 #define A2_CLASS_INSN(name, opcode, level) \ argument
369 #define A3_CLASS_INSN(name, opcode, level) \ argument
381 #define A6_CLASS_INSN(name, opcode, level) \ argument
415 #define B_CLASS_INSN(name, opcode, level) \ argument
677 { name, opcode, 0xffe0ffff, "R", level }
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/include/opcode/
H A Dtic4x.h227 unsigned long opcode; member
309 #define A_CLASS_INSN(name, opcode, level) \ argument
322 #define AB_CLASS_INSN(name, opcode, level) \ argument
334 #define AU_CLASS_INSN(name, opcode, level) \ argument
346 #define AF_CLASS_INSN(name, opcode, level) \ argument
357 #define A2_CLASS_INSN(name, opcode, level) \ argument
367 #define A3_CLASS_INSN(name, opcode, level) \ argument
379 #define A6_CLASS_INSN(name, opcode, level) \ argument
413 #define B_CLASS_INSN(name, opcode, level) \ argument
675 { name, opcode, 0xffe0ffff, "R", level }
[all …]
/dports/devel/gnulibiberty/binutils-2.37/include/opcode/
H A Dtic4x.h229 unsigned long opcode; member
311 #define A_CLASS_INSN(name, opcode, level) \ argument
324 #define AB_CLASS_INSN(name, opcode, level) \ argument
336 #define AU_CLASS_INSN(name, opcode, level) \ argument
348 #define AF_CLASS_INSN(name, opcode, level) \ argument
359 #define A2_CLASS_INSN(name, opcode, level) \ argument
369 #define A3_CLASS_INSN(name, opcode, level) \ argument
381 #define A6_CLASS_INSN(name, opcode, level) \ argument
415 #define B_CLASS_INSN(name, opcode, level) \ argument
677 { name, opcode, 0xffe0ffff, "R", level }
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/include/opcode/
H A Dtic4x.h227 unsigned long opcode; member
309 #define A_CLASS_INSN(name, opcode, level) \ argument
322 #define AB_CLASS_INSN(name, opcode, level) \ argument
334 #define AU_CLASS_INSN(name, opcode, level) \ argument
346 #define AF_CLASS_INSN(name, opcode, level) \ argument
357 #define A2_CLASS_INSN(name, opcode, level) \ argument
367 #define A3_CLASS_INSN(name, opcode, level) \ argument
379 #define A6_CLASS_INSN(name, opcode, level) \ argument
413 #define B_CLASS_INSN(name, opcode, level) \ argument
675 { name, opcode, 0xffe0ffff, "R", level }
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/include/opcode/
H A Dtic4x.h227 unsigned long opcode; member
309 #define A_CLASS_INSN(name, opcode, level) \ argument
322 #define AB_CLASS_INSN(name, opcode, level) \ argument
334 #define AU_CLASS_INSN(name, opcode, level) \ argument
346 #define AF_CLASS_INSN(name, opcode, level) \ argument
357 #define A2_CLASS_INSN(name, opcode, level) \ argument
367 #define A3_CLASS_INSN(name, opcode, level) \ argument
379 #define A6_CLASS_INSN(name, opcode, level) \ argument
413 #define B_CLASS_INSN(name, opcode, level) \ argument
675 { name, opcode, 0xffe0ffff, "R", level }
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/include/opcode/
H A Dtic4x.h227 unsigned long opcode; member
309 #define A_CLASS_INSN(name, opcode, level) \ argument
322 #define AB_CLASS_INSN(name, opcode, level) \ argument
334 #define AU_CLASS_INSN(name, opcode, level) \ argument
346 #define AF_CLASS_INSN(name, opcode, level) \ argument
357 #define A2_CLASS_INSN(name, opcode, level) \ argument
367 #define A3_CLASS_INSN(name, opcode, level) \ argument
379 #define A6_CLASS_INSN(name, opcode, level) \ argument
413 #define B_CLASS_INSN(name, opcode, level) \ argument
675 { name, opcode, 0xffe0ffff, "R", level }
[all …]
/dports/devel/gdb/gdb-11.1/include/opcode/
H A Dtic4x.h229 unsigned long opcode; member
311 #define A_CLASS_INSN(name, opcode, level) \ argument
324 #define AB_CLASS_INSN(name, opcode, level) \ argument
336 #define AU_CLASS_INSN(name, opcode, level) \ argument
348 #define AF_CLASS_INSN(name, opcode, level) \ argument
359 #define A2_CLASS_INSN(name, opcode, level) \ argument
369 #define A3_CLASS_INSN(name, opcode, level) \ argument
381 #define A6_CLASS_INSN(name, opcode, level) \ argument
415 #define B_CLASS_INSN(name, opcode, level) \ argument
677 { name, opcode, 0xffe0ffff, "R", level }
[all …]
/dports/devel/gdb761/gdb-7.6.1/include/opcode/
H A Dtic4x.h227 unsigned long opcode; member
309 #define A_CLASS_INSN(name, opcode, level) \ argument
322 #define AB_CLASS_INSN(name, opcode, level) \ argument
334 #define AU_CLASS_INSN(name, opcode, level) \ argument
346 #define AF_CLASS_INSN(name, opcode, level) \ argument
357 #define A2_CLASS_INSN(name, opcode, level) \ argument
367 #define A3_CLASS_INSN(name, opcode, level) \ argument
379 #define A6_CLASS_INSN(name, opcode, level) \ argument
413 #define B_CLASS_INSN(name, opcode, level) \ argument
675 { name, opcode, 0xffe0ffff, "R", level }
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/include/opcode/
H A Dtic4x.h227 unsigned long opcode; member
309 #define A_CLASS_INSN(name, opcode, level) \ argument
322 #define AB_CLASS_INSN(name, opcode, level) \ argument
334 #define AU_CLASS_INSN(name, opcode, level) \ argument
346 #define AF_CLASS_INSN(name, opcode, level) \ argument
357 #define A2_CLASS_INSN(name, opcode, level) \ argument
367 #define A3_CLASS_INSN(name, opcode, level) \ argument
379 #define A6_CLASS_INSN(name, opcode, level) \ argument
413 #define B_CLASS_INSN(name, opcode, level) \ argument
675 { name, opcode, 0xffe0ffff, "R", level }
[all …]

12345678910>>...305