OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INSN_LOAD_P
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/mips/mips/
mips_fixup.c
116
&& (
INSN_LOAD_P
(insn) || INSN_STORE_P(insn))) {
131
INSN_LOAD_P
(insn)
152
} else if (
INSN_LOAD_P
(insn)) {
197
INSN_LOAD_P
(new_insns[0])
/src/sys/arch/mips/cavium/
octeon_cpunode.c
182
KASSERT(
INSN_LOAD_P
(new_insns[1]) || INSN_STORE_P(new_insns[1]));
199
INSN_LOAD_P
(new_insns[1]) ? 'l' : 's',
/src/sys/arch/mips/include/
mips_opcode.h
425
#define
INSN_LOAD_P
(insn) (INSN_LD_P(insn) || INSN_LW_P(insn))
Completed in 44 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025