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

  /src/external/gpl3/gdb.old/dist/sim/arm/
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);
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);
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);

Completed in 108 milliseconds