HomeSort by relevance Sort by last modified time
    Searched refs:nreg (Results 1 - 2 of 2) sorted by null

  /external/qemu/hw/
dma.c 154 int ichan, nreg, iport, ff, val, dir; local
159 nreg = iport & 1;
164 if (nreg)
176 int iport, ichan, nreg; local
181 nreg = iport & 1;
184 r->base[nreg] = (r->base[nreg] & 0xff) | ((data << 8) & 0xff00);
187 r->base[nreg] = (r->base[nreg] & 0xff00) | (data & 0xff);
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 2849 UInt nreg = get_neon_n_regno(theInstr); local
2872 UInt nreg = get_neon_n_regno(theInstr & ~(1 << 6)); local
3006 UInt nreg = get_neon_n_regno(theInstr); local
4803 UInt nreg = get_neon_n_regno(theInstr); local
5222 UInt nreg = get_neon_n_regno(theInstr & ~(1 << 6)); local
    [all...]

Completed in 49 milliseconds