Home
last modified time | relevance | path

Searched refs:ARM_LDM (Results 1 – 14 of 14) sorted by last modified time

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/net/
H A Dbpf_jit_32.h206 #define ARM_LDM(rn, regs) (ARM_INST_LDM | (rn) << 16 | (regs)) macro
H A Dbpf_jit_32.c1328 emit(ARM_LDM(ARM_SP, reg_set), ctx); in build_epilogue()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/net/
H A Dbpf_jit_32.c1328 emit(ARM_LDM(ARM_SP, reg_set), ctx); in build_epilogue()
H A Dbpf_jit_32.h206 #define ARM_LDM(rn, regs) (ARM_INST_LDM | (rn) << 16 | (regs)) macro
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/net/
H A Dbpf_jit_32.h206 #define ARM_LDM(rn, regs) (ARM_INST_LDM | (rn) << 16 | (regs)) macro
H A Dbpf_jit_32.c1328 emit(ARM_LDM(ARM_SP, reg_set), ctx); in build_epilogue()
/dports/devel/openocd/openocd-0.11.0/src/target/
H A Darm_disassembler.h59 ARM_LDM, enumerator
H A Darm_simulator.c512 else if (instruction.type == ARM_LDM) { in arm_simulate_step_core()
H A Darm_disassembler.c1184 instruction->type = ARM_LDM; in evaluate_ldm_stm()
2671 instruction->type = ARM_LDM; in evaluate_load_store_multiple_thumb()
2683 instruction->type = ARM_LDM; in evaluate_load_store_multiple_thumb()
H A Detm.c1072 if ((instruction.type == ARM_LDM) || in etmv1_analyze_trace()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dtramp-arm.c805 ARM_LDM (code, ARMREG_IP, 0xffff); in mono_arch_create_sdb_trampoline()
H A Dexceptions-arm.c79 ARM_LDM (code, ARMREG_IP, 0xffff); in mono_arch_get_restore_context()
123 ARM_LDM (code, ARMREG_LR, MONO_ARM_REGSAVE_MASK); in mono_arch_get_call_filter()
H A Dtramp-arm-gsharedvt.c307ARM_LDM (code, ARMREG_SP, (1 << ARMREG_R0) | (1 << ARMREG_R1) | (1 << ARMREG_R2) | (1 << ARMREG_R3… in mono_arch_get_gsharedvt_trampoline()
538 ARM_LDM (code, fp, (1 << fp) | (1 << ARMREG_LR)); in mono_arch_get_gsharedvt_trampoline()
/dports/lang/mono/mono-5.10.1.57/mono/arch/arm/
H A Darm-codegen.h442 #define ARM_LDM(p, base, regs) ARM_EMIT(p, ARM_DEF_MRT(regs, base, 1, 0, 0, 1, 0, ARMCOND_AL)) macro