Searched refs:is_load_instr (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/riscv/include/
H A Ddb_machdep.h79 is_load_instr(tmp_instr); \
87 #define is_load_instr(ins) (((ins) & 0x7f) == 3) macro
/freebsd-13-stable/sys/arm64/include/
H A Ddb_machdep.h73 is_load_instr(tmp_instr); \
81 #define is_load_instr(ins) ((((ins) & 0x3b000000u) == 0x18000000u) || /* literal */ \ macro

Completed in 110 milliseconds