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

  /src/external/gpl3/binutils/dist/opcodes/
v850-opc.c 33 #define BOP_MASK ((0x78 << 4) | 0x0f)
1351 { "bge", BOP (0xe), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1352 { "bgt", BOP (0xf), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1353 { "ble", BOP (0x7), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1354 { "blt", BOP (0x6), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1356 { "bh", BOP (0xb), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1357 { "bl", BOP (0x1), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1358 { "bnh", BOP (0x3), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1359 { "bnl", BOP (0x9), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1361 { "be", BOP (0x2), BOP_MASK, IF3, 0, PROCESSOR_ALL }
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
v850-opc.c 33 #define BOP_MASK ((0x78 << 4) | 0x0f)
1351 { "bge", BOP (0xe), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1352 { "bgt", BOP (0xf), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1353 { "ble", BOP (0x7), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1354 { "blt", BOP (0x6), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1356 { "bh", BOP (0xb), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1357 { "bl", BOP (0x1), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1358 { "bnh", BOP (0x3), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1359 { "bnl", BOP (0x9), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1361 { "be", BOP (0x2), BOP_MASK, IF3, 0, PROCESSOR_ALL }
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
v850-opc.c 33 #define BOP_MASK ((0x78 << 4) | 0x0f)
1351 { "bge", BOP (0xe), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1352 { "bgt", BOP (0xf), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1353 { "ble", BOP (0x7), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1354 { "blt", BOP (0x6), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1356 { "bh", BOP (0xb), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1357 { "bl", BOP (0x1), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1358 { "bnh", BOP (0x3), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1359 { "bnl", BOP (0x9), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1361 { "be", BOP (0x2), BOP_MASK, IF3, 0, PROCESSOR_ALL }
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
v850-opc.c 33 #define BOP_MASK ((0x78 << 4) | 0x0f)
1351 { "bge", BOP (0xe), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1352 { "bgt", BOP (0xf), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1353 { "ble", BOP (0x7), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1354 { "blt", BOP (0x6), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1356 { "bh", BOP (0xb), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1357 { "bl", BOP (0x1), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1358 { "bnh", BOP (0x3), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1359 { "bnl", BOP (0x9), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1361 { "be", BOP (0x2), BOP_MASK, IF3, 0, PROCESSOR_ALL }
    [all...]

Completed in 24 milliseconds