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

  /src/external/gpl3/binutils/dist/opcodes/
riscv-dis.c 68 const char (*riscv_gpr_names)[NRC]; member in struct:riscv_private_data
83 pd->riscv_gpr_names = riscv_gpr_names_abi;
100 pd->riscv_gpr_names = riscv_gpr_names_numeric;
229 bool numeric = pd->riscv_gpr_names == riscv_gpr_names_numeric;
233 "%s", pd->riscv_gpr_names[X_RA]);
239 "%s", pd->riscv_gpr_names[X_S0]);
245 "%s", pd->riscv_gpr_names[X_S0]);
248 "%s", pd->riscv_gpr_names[X_S1]);
255 "%s", pd->riscv_gpr_names[r_start]);
258 "%s", pd->riscv_gpr_names[X_S11])
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
riscv-dis.c 68 const char (*riscv_gpr_names)[NRC]; member in struct:riscv_private_data
83 pd->riscv_gpr_names = riscv_gpr_names_abi;
100 pd->riscv_gpr_names = riscv_gpr_names_numeric;
229 bool numeric = pd->riscv_gpr_names == riscv_gpr_names_numeric;
233 "%s", pd->riscv_gpr_names[X_RA]);
239 "%s", pd->riscv_gpr_names[X_S0]);
245 "%s", pd->riscv_gpr_names[X_S0]);
248 "%s", pd->riscv_gpr_names[X_S1]);
255 "%s", pd->riscv_gpr_names[r_start]);
258 "%s", pd->riscv_gpr_names[X_S11])
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
riscv-dis.c 77 static const char (*riscv_gpr_names)[NRC]; variable
92 riscv_gpr_names = riscv_gpr_names_abi;
106 riscv_gpr_names = riscv_gpr_names_numeric;
233 bool numeric = riscv_gpr_names == riscv_gpr_names_numeric;
237 "%s", riscv_gpr_names[X_RA]);
243 "%s", riscv_gpr_names[X_S0]);
249 "%s", riscv_gpr_names[X_S0]);
252 "%s", riscv_gpr_names[X_S1]);
259 "%s", riscv_gpr_names[r_start]);
262 "%s", riscv_gpr_names[X_S11])
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
riscv-dis.c 68 const char (*riscv_gpr_names)[NRC]; member in struct:riscv_private_data
83 pd->riscv_gpr_names = riscv_gpr_names_abi;
100 pd->riscv_gpr_names = riscv_gpr_names_numeric;
229 bool numeric = pd->riscv_gpr_names == riscv_gpr_names_numeric;
233 "%s", pd->riscv_gpr_names[X_RA]);
239 "%s", pd->riscv_gpr_names[X_S0]);
245 "%s", pd->riscv_gpr_names[X_S0]);
248 "%s", pd->riscv_gpr_names[X_S1]);
255 "%s", pd->riscv_gpr_names[r_start]);
258 "%s", pd->riscv_gpr_names[X_S11])
    [all...]

Completed in 13 milliseconds