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

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrDesc.h 58 OPERAND_IMMEDIATE = 1,
  /src/external/gpl3/gdb/dist/gdbserver/
linux-aarch64-low.cc 1052 OPERAND_IMMEDIATE,
1133 operand.type = OPERAND_IMMEDIATE;
1489 if (operand.type == OPERAND_IMMEDIATE)
1518 OPERAND is the source operand, either of type OPERAND_IMMEDIATE or
1557 OPERAND is the source operand, either of type OPERAND_IMMEDIATE or
1564 if (operand.type == OPERAND_IMMEDIATE)
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-aarch64-low.cc 1056 OPERAND_IMMEDIATE,
1137 operand.type = OPERAND_IMMEDIATE;
1493 if (operand.type == OPERAND_IMMEDIATE)
1522 OPERAND is the source operand, either of type OPERAND_IMMEDIATE or
1561 OPERAND is the source operand, either of type OPERAND_IMMEDIATE or
1568 if (operand.type == OPERAND_IMMEDIATE)

Completed in 143 milliseconds