Searched defs:OpcTable (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 1292 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rr() local 1334 static const unsigned OpcTable[2][2][2] = { in emitAddSub_ri() local 1378 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rs() local 1419 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rx() local 1645 static const unsigned OpcTable[3][2] = { in emitLogicalOp_ri() local 1691 static const unsigned OpcTable[3][2] = { in emitLogicalOp_rs() local 2079 static const unsigned OpcTable[4][6] = { in emitStore() local 2327 static const unsigned OpcTable[2][2][2] = { in emitCompareAndBranch() local 4072 static const unsigned OpcTable[2][2] = { in emitLSL_ri() local 4188 static const unsigned OpcTable[2][2] = { in emitLSR_ri() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 1387 static const unsigned OpcTable[2][2] = {{AArch64::TBZX, AArch64::TBNZX}, in emitTestBit() local 1450 static const unsigned OpcTable[2][2] = {{AArch64::CBZW, AArch64::CBZX}, in emitCBZ() local 2252 static const unsigned OpcTable[2][2] = { in select() local 3533 static const unsigned OpcTable[4][4][9] = { in selectVectorICmp() local 4153 const std::array<std::array<unsigned, 2>, 5> OpcTable{ in emitADD() local 4166 const std::array<std::array<unsigned, 2>, 5> OpcTable{ in emitADDS() local 4179 const std::array<std::array<unsigned, 2>, 5> OpcTable{ in emitSUBS() local 4205 const unsigned OpcTable[3][2] = {{AArch64::ANDSXri, AArch64::ANDSWri}, in emitTST() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 2255 static const uint16_t OpcTable[2][4] = { in X86FastEmitSSESelect() local
|