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

  /src/external/gpl3/binutils/dist/opcodes/
riscv-dis.c 69 const char (*riscv_fpr_names)[NRC]; member in struct:riscv_private_data
84 pd->riscv_fpr_names = riscv_fpr_names_abi;
101 pd->riscv_fpr_names = riscv_fpr_names_numeric;
408 pd->riscv_fpr_names[EXTRACT_OPERAND (CRS2, l)]);
412 pd->riscv_fpr_names[EXTRACT_OPERAND (CRS2S, l) + 8]);
617 pd->riscv_fpr_names[rs1]);
622 pd->riscv_fpr_names[EXTRACT_OPERAND (RS2, l)]);
627 pd->riscv_fpr_names[rd]);
632 pd->riscv_fpr_names[EXTRACT_OPERAND (RS3, l)]);
1000 pd->riscv_fpr_names = pd->riscv_gpr_names
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
riscv-dis.c 69 const char (*riscv_fpr_names)[NRC]; member in struct:riscv_private_data
84 pd->riscv_fpr_names = riscv_fpr_names_abi;
101 pd->riscv_fpr_names = riscv_fpr_names_numeric;
408 pd->riscv_fpr_names[EXTRACT_OPERAND (CRS2, l)]);
412 pd->riscv_fpr_names[EXTRACT_OPERAND (CRS2S, l) + 8]);
617 pd->riscv_fpr_names[rs1]);
622 pd->riscv_fpr_names[EXTRACT_OPERAND (RS2, l)]);
627 pd->riscv_fpr_names[rd]);
632 pd->riscv_fpr_names[EXTRACT_OPERAND (RS3, l)]);
1000 pd->riscv_fpr_names = pd->riscv_gpr_names
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
riscv-dis.c 78 static const char (*riscv_fpr_names)[NRC]; variable
93 riscv_fpr_names = riscv_fpr_names_abi;
107 riscv_fpr_names = riscv_fpr_names_numeric;
412 riscv_fpr_names[EXTRACT_OPERAND (CRS2, l)]);
416 riscv_fpr_names[EXTRACT_OPERAND (CRS2S, l) + 8]);
612 print (info->stream, dis_style_register, "%s", riscv_fpr_names[rs1]);
617 riscv_fpr_names[EXTRACT_OPERAND (RS2, l)]);
621 print (info->stream, dis_style_register, "%s", riscv_fpr_names[rd]);
626 riscv_fpr_names[EXTRACT_OPERAND (RS3, l)]);
961 riscv_fpr_names = riscv_gpr_names
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
riscv-dis.c 69 const char (*riscv_fpr_names)[NRC]; member in struct:riscv_private_data
84 pd->riscv_fpr_names = riscv_fpr_names_abi;
101 pd->riscv_fpr_names = riscv_fpr_names_numeric;
408 pd->riscv_fpr_names[EXTRACT_OPERAND (CRS2, l)]);
412 pd->riscv_fpr_names[EXTRACT_OPERAND (CRS2S, l) + 8]);
617 pd->riscv_fpr_names[rs1]);
622 pd->riscv_fpr_names[EXTRACT_OPERAND (RS2, l)]);
627 pd->riscv_fpr_names[rd]);
632 pd->riscv_fpr_names[EXTRACT_OPERAND (RS3, l)]);
1000 pd->riscv_fpr_names = pd->riscv_gpr_names
    [all...]

Completed in 14 milliseconds