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

  /src/external/gpl3/gdb.old/dist/sim/aarch64/
simulator.c 12051 unsigned sizeof_operation; local
12061 sizeof_operation = nregs * 1;
12064 sizeof_operation = nregs * 2;
12068 sizeof_operation = nregs * 4;
12070 sizeof_operation = nregs * 8;
12078 sizeof_operation = INSTR (21, 21) ? 2 : 1;
12079 sizeof_operation <<= INSTR (11, 10);
12083 sizeof_operation = INSTR (21, 21) ? 4 : 3;
12084 sizeof_operation <<= INSTR (11, 10);
12093 case 0: sizeof_operation = 32; break
    [all...]
  /src/external/gpl3/gdb/dist/sim/aarch64/
simulator.c 12051 unsigned sizeof_operation; local
12061 sizeof_operation = nregs * 1;
12064 sizeof_operation = nregs * 2;
12068 sizeof_operation = nregs * 4;
12070 sizeof_operation = nregs * 8;
12078 sizeof_operation = INSTR (21, 21) ? 2 : 1;
12079 sizeof_operation <<= INSTR (11, 10);
12083 sizeof_operation = INSTR (21, 21) ? 4 : 3;
12084 sizeof_operation <<= INSTR (11, 10);
12093 case 0: sizeof_operation = 32; break
    [all...]

Completed in 62 milliseconds