Home
last modified time | relevance | path

Searched refs:ftt_instr2 (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/bsd/dev/arm/ !
H A Dfasttrap_isa.c644 reglist = tp->ftt_instr2 & 0x1FFF;
723 reglist = tp->ftt_instr2 & 0x7FFF;
788 J1 = (tp->ftt_instr2 >> 13) & 1,
789 J2 = (tp->ftt_instr2 >> 11) & 1;
793 ((tp->ftt_instr2 & 0x07FF) << 1),
834 J1 = (tp->ftt_instr2 >> 13) & 1,
835 J2 = (tp->ftt_instr2 >> 11) & 1;
840 ((tp->ftt_instr2 & 0x07FF) << 1),
938 new_reg = (tp->ftt_instr2 >> 12) & 0xF;
/xnu-8020.101.4/bsd/arm/ !
H A Dfasttrap_isa.h65 #define ftt_instr2 ftt_mtp.ftmt_instr.instr16.instr2 macro