Home
last modified time | relevance | path

Searched refs:OP_LD (Results 1 – 25 of 30) sorted by relevance

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/bpf/
H A Dbpf_exp.y54 %token OP_LDB OP_LDH OP_LD OP_LDX OP_ST OP_STX OP_JMP OP_JEQ OP_JGT OP_JGE
154 : OP_LD '#' number {
156 | OP_LD K_PKT_LEN {
158 | OP_LD extension {
161 | OP_LD 'M' '[' number ']' {
163 | OP_LD '[' 'x' '+' number ']' {
165 | OP_LD '[' '%' 'x' '+' number ']' {
167 | OP_LD '[' number ']' {
H A Dbpf_exp.l52 "ld" { return OP_LD; }
/dports/multimedia/libv4l/linux-5.13-rc2/tools/bpf/
H A Dbpf_exp.y54 %token OP_LDB OP_LDH OP_LD OP_LDX OP_ST OP_STX OP_JMP OP_JEQ OP_JGT OP_JGE
154 : OP_LD '#' number {
156 | OP_LD K_PKT_LEN {
158 | OP_LD extension {
161 | OP_LD 'M' '[' number ']' {
163 | OP_LD '[' 'x' '+' number ']' {
165 | OP_LD '[' '%' 'x' '+' number ']' {
167 | OP_LD '[' number ']' {
H A Dbpf_exp.l52 "ld" { return OP_LD; }
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/bpf/
H A Dbpf_exp.y54 %token OP_LDB OP_LDH OP_LD OP_LDX OP_ST OP_STX OP_JMP OP_JEQ OP_JGT OP_JGE
154 : OP_LD '#' number {
156 | OP_LD K_PKT_LEN {
158 | OP_LD extension {
161 | OP_LD 'M' '[' number ']' {
163 | OP_LD '[' 'x' '+' number ']' {
165 | OP_LD '[' '%' 'x' '+' number ']' {
167 | OP_LD '[' number ']' {
H A Dbpf_exp.l52 "ld" { return OP_LD; }
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/include/
H A Dmips_opcode.h185 #define OP_LD 067 /* MIPS-II, for r4000 port */ macro
392 #define INSN_LD_P(insn) (((insn) >> 26) == OP_LD)
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/cpu/drc/
H A Demit_riscv.c80 OP_JALR=0x67, OP_BCOND=0x63, OP_LD=0x03, OP_ST=0x23, // 12-bit immediate enumerator
193 R5_I_INSN(OP_LD, F1_W, rd, rs, offs12)
195 R5_I_INSN(OP_LD, F1_H, rd, rs, offs12)
197 R5_I_INSN(OP_LD, F1_B, rd, rs, offs12)
199 R5_I_INSN(OP_LD, F1_HU, rd, rs, offs12)
201 R5_I_INSN(OP_LD, F1_BU, rd, rs, offs12)
709 EMIT(R5_I_INSN(OP_LD, F1_P, r, AT, idx*sizeof(uintptr_t) + 4)); in emith_move_ptr_imm()
1009 EMIT(R5_I_INSN(OP_LD, sz, rd, rs, o12)); in emith_ld_offs()
1013 EMIT(R5_I_INSN(OP_LD, sz, rd, AT, o12)); in emith_ld_offs()
H A Demit_mips.c76 enum { OP_SD=067, OP_LD=077 }; enumerator
253 MIPS_OP_IMM(OP_LD, rt, rs, (u16)(offs16))
277 #define OP_LP OP_LD
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libpixelflinger/codeflinger/
H A Dmips_opcode.h221 #define OP_LD 067 macro
H A Dmips_disassem.c475 case OP_LD: in db_disasm_insn()
H A Dmips64_disassem.c476 case OP_LD: in db_disasm_insn()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libpixelflinger/codeflinger/
H A Dmips_opcode.h221 #define OP_LD 067 macro
H A Dmips_disassem.c475 case OP_LD: in db_disasm_insn()
H A Dmips64_disassem.c476 case OP_LD: in db_disasm_insn()
/dports/emulators/simh/simh-3.9.0_5/I1620/
H A Di1620_defs.h218 OP_TD, OP_TF, OP_BT, OP_LD, OP_D, enumerator
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/avr_pdi/
H A Dpd.py93 OP_LDS, OP_LD, OP_STS, OP_ST,
250 elif opcode == PDI.OP_LD:
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/debugger/
H A Ddbg_decoder.c577 case OP_LD: in db_disasm_insn()
H A Ddbg_decoder_local.h1355 #define OP_LD 067 /* MIPS-II, for r4000 port */ macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/mips/
H A Dmips_fixup.c298 case OP_LD: in mips_fixup_addr()
H A Ddb_disasm.c769 case OP_LD: in db_disasm_insn()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dsemant.h52 #define OP_LD 10 macro
/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/ast/
H A Dast.in.h62 #define OP_LD 9 macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/include/asm/
H A Dppc-opcode.h186 #define OP_LD 58 macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/include/asm/
H A Dppc-opcode.h186 #define OP_LD 58 macro

12