HomeSort by: relevance | last modified time | path
    Searched refs:read_cp15_reg (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/arm/
iwmmxt.c 620 if ((read_cp15_reg (15, 0, 1) & 3) != 3)
675 if ((read_cp15_reg (15, 0, 1) & 3) != 3)
721 if ((read_cp15_reg (15, 0, 1) & 3) != 3)
768 if ((read_cp15_reg (15, 0, 1) & 3) != 3)
820 if ((read_cp15_reg (15, 0, 1) & 3) != 3)
882 if ((read_cp15_reg (15, 0, 1) & 3) != 3)
931 if ((read_cp15_reg (15, 0, 1) & 3) != 3)
953 if ((read_cp15_reg (15, 0, 1) & 3) != 3)
986 if ((read_cp15_reg (15, 0, 1) & 3) != 3)
1036 if ((read_cp15_reg (15, 0, 1) & 3) != 3
    [all...]
armcopro.c 350 read_cp15_reg (unsigned reg, unsigned opcode_2, unsigned CRm) function
392 * value = read_cp15_reg (reg, opcode_2, CRm);
423 * value = read_cp15_reg (reg, 0, 0);
453 r0 = (read_cp15_reg (13, 0, 0) & 0xfe000000);
458 if ((read_cp15_reg (1, 0, 0) & ARMul_CP15_R1_ALIGN) && (* address & 3))
472 dbcon = read_cp15_reg (14, 0, 4);
473 r0 = read_cp15_reg (14, 0, 0);
474 r1 = read_cp15_reg (14, 0, 3);
armemu.h 382 || (read_cp15_reg (15, 0, 1) & (1 << (CP))))
543 extern ARMword read_cp15_reg (unsigned, unsigned, unsigned);
armemu.c 1584 if ( (pc | 3) == (read_cp15_reg (14, 0, 8) | 2)
1585 || (pc | 3) == (read_cp15_reg (14, 0, 9) | 2))

Completed in 22 milliseconds