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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
ConfigManager.cpp 576 Expected<NewSymbolInfo> NSI = parseNewSymbolInfo(
579 if (!NSI)
580 return NSI.takeError();
581 ResConfig.SymbolsToAdd.push_back(*NSI);
  /src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c 1468 /* The NSI field in a D form instruction. This is the same as the SI
3117 /* The NSI field in an 8-byte D form prefix instruction. This is the
3127 /* The NSI field in an 8-byte D form prefix instruction with 32bit SI field. This is
3385 /* The NSI field in a D form instruction. This is the same as the
3387 #define NSI NBI + 1
3391 /* The NSI field in a D form instruction when we accept a wide range
3393 #define NSISIGNOPT NSI + 1
6205 {"subic", OP(12), OP_MASK, PPCCOM, PPCVLE|EXT, {RT, RA, NSI}},
6209 {"subic.", OP(13), OP_MASK, PPCCOM, PPCVLE|EXT, {RT, RA, NSI}},
6215 {"subi", OP(14), OP_MASK, PPCCOM, PPCVLE|EXT, {RT, RA0, NSI}},
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c 1468 /* The NSI field in a D form instruction. This is the same as the SI
3117 /* The NSI field in an 8-byte D form prefix instruction. This is the
3127 /* The NSI field in an 8-byte D form prefix instruction with 32bit SI field. This is
3385 /* The NSI field in a D form instruction. This is the same as the
3387 #define NSI NBI + 1
3391 /* The NSI field in a D form instruction when we accept a wide range
3393 #define NSISIGNOPT NSI + 1
6177 {"subic", OP(12), OP_MASK, PPCCOM, PPCVLE|EXT, {RT, RA, NSI}},
6181 {"subic.", OP(13), OP_MASK, PPCCOM, PPCVLE|EXT, {RT, RA, NSI}},
6187 {"subi", OP(14), OP_MASK, PPCCOM, PPCVLE|EXT, {RT, RA0, NSI}},
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
ppc-opc.c 1422 /* The NSI field in a D form instruction. This is the same as the SI
3049 /* The NSI field in an 8-byte D form prefix instruction. This is the
3307 /* The NSI field in a D form instruction. This is the same as the
3309 #define NSI NBI + 1
3313 /* The NSI field in a D form instruction when we accept a wide range
3315 #define NSISIGNOPT NSI + 1
6058 {"subic", OP(12), OP_MASK, PPCCOM, PPCVLE|EXT, {RT, RA, NSI}},
6062 {"subic.", OP(13), OP_MASK, PPCCOM, PPCVLE|EXT, {RT, RA, NSI}},
6068 {"subi", OP(14), OP_MASK, PPCCOM, PPCVLE|EXT, {RT, RA0, NSI}},
9995 {"e_sub16i", OP(7), OP_MASK, PPCVLE, EXT, {RT, RA, NSI}},
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-opc.c 1422 /* The NSI field in a D form instruction. This is the same as the SI
3049 /* The NSI field in an 8-byte D form prefix instruction. This is the
3307 /* The NSI field in a D form instruction. This is the same as the
3309 #define NSI NBI + 1
3313 /* The NSI field in a D form instruction when we accept a wide range
3315 #define NSISIGNOPT NSI + 1
6058 {"subic", OP(12), OP_MASK, PPCCOM, PPCVLE|EXT, {RT, RA, NSI}},
6062 {"subic.", OP(13), OP_MASK, PPCCOM, PPCVLE|EXT, {RT, RA, NSI}},
6068 {"subi", OP(14), OP_MASK, PPCCOM, PPCVLE|EXT, {RT, RA0, NSI}},
9984 {"e_sub16i", OP(7), OP_MASK, PPCVLE, EXT, {RT, RA, NSI}},
    [all...]

Completed in 55 milliseconds