HomeSort by: relevance | last modified time | path
    Searched defs:insn_f8 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arm/arm32/
fault.c 417 u_int insn_f8 = insn & 0xf800; local
420 if (insn_f8 == 0x6000 || /* STR(1) */
421 insn_f8 == 0x7000 || /* STRB(1) */
422 insn_f8 == 0x8000 || /* STRH(1) */
423 insn_f8 == 0x9000 || /* STR(3) */
424 insn_f8 == 0xc000 || /* STM */

Completed in 24 milliseconds