Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/dev/arm/
H A Dfasttrap_isa.c917 int new_reg; local
932 new_reg = (tp->ftt_instr1 >> 8) & 0x7;
933 regs->r[new_reg] = ALIGNADDR(regs->pc + 4, 2);
935 …emul_instr.instr32 = 0xE5900000 | (new_reg << 16) | (new_reg << 12) | ((tp->ftt_instr1 & 0xFF) << …
938 new_reg = (tp->ftt_instr2 >> 12) & 0xF;
939 regs->r[new_reg] = ALIGNADDR(regs->pc + 4, 2);
941 emul_instr.instr16.instr1 |= new_reg;
945 new_reg = (tp->ftt_instr >> 12) & 0xF;
946 regs->r[new_reg] = ALIGNADDR(regs->pc + 8, 2);
948 emul_instr.instr32 |= new_reg << 16;