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

  /src/external/gpl3/gdb/dist/gdbserver/
linux-aarch64-ipa.cc 38 #define FT_CR_GPR(n) (FT_CR_X0 + (n))
39 #define FT_CR_FPR(n) (FT_CR_GPR (31) + (n))
48 FT_CR_GPR (0),
49 FT_CR_GPR (1),
50 FT_CR_GPR (2),
51 FT_CR_GPR (3),
52 FT_CR_GPR (4),
53 FT_CR_GPR (5),
54 FT_CR_GPR (6),
55 FT_CR_GPR (7)
    [all...]
linux-ppc-ipa.cc 38 #define FT_CR_GPR(n) (FT_CR_R0 + (n))
42 FT_CR_GPR (0), FT_CR_GPR (1), FT_CR_GPR (2),
43 FT_CR_GPR (3), FT_CR_GPR (4), FT_CR_GPR (5),
44 FT_CR_GPR (6), FT_CR_GPR (7), FT_CR_GPR (8)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-aarch64-ipa.cc 38 #define FT_CR_GPR(n) (FT_CR_X0 + (n))
39 #define FT_CR_FPR(n) (FT_CR_GPR (31) + (n))
48 FT_CR_GPR (0),
49 FT_CR_GPR (1),
50 FT_CR_GPR (2),
51 FT_CR_GPR (3),
52 FT_CR_GPR (4),
53 FT_CR_GPR (5),
54 FT_CR_GPR (6),
55 FT_CR_GPR (7)
    [all...]
linux-ppc-ipa.cc 38 #define FT_CR_GPR(n) (FT_CR_R0 + (n))
42 FT_CR_GPR (0), FT_CR_GPR (1), FT_CR_GPR (2),
43 FT_CR_GPR (3), FT_CR_GPR (4), FT_CR_GPR (5),
44 FT_CR_GPR (6), FT_CR_GPR (7), FT_CR_GPR (8)
    [all...]

Completed in 22 milliseconds