Home
last modified time | relevance | path

Searched refs:is_writeback (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm/probes/kprobes/
H A Dactions-arm.c93 if (is_writeback(insn)) in emulate_ldrdstrd()
123 if (is_writeback(insn)) in emulate_ldr()
150 if (is_writeback(insn)) in emulate_str()
H A Dtest-core.c824 if (!is_writeback(insn)) in coverage_add_registers()
/openbmc/linux/arch/arm/probes/
H A Ddecode.h109 #define is_writeback(insn) ((insn ^ 0x01000000) & 0x01200000) macro
H A Ddecode.c308 if (!is_writeback(insn)) in decode_regs()