Searched defs:OpcTable (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 1306 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rr() local 1348 static const unsigned OpcTable[2][2][2] = { in emitAddSub_ri() local 1392 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rs() local 1433 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rx() local 1661 static const unsigned OpcTable[3][2] = { in emitLogicalOp_ri() local 1707 static const unsigned OpcTable[3][2] = { in emitLogicalOp_rs() local 2094 static const unsigned OpcTable[4][6] = { in emitStore() local 2344 static const unsigned OpcTable[2][2][2] = { in emitCompareAndBranch() local 4167 static const unsigned OpcTable[2][2] = { in emitLSL_ri() local 4284 static const unsigned OpcTable[2][2] = { in emitLSR_ri() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 1619 static const unsigned OpcTable[2][2] = {{AArch64::TBZX, AArch64::TBNZX}, in emitTestBit() local 1682 static const unsigned OpcTable[2][2] = {{AArch64::CBZW, AArch64::CBZX}, in emitCBZ() local 2659 static const unsigned OpcTable[2][2] = { in select() local 4439 const std::array<std::array<unsigned, 2>, 5> OpcTable{ in emitADD() local 4452 const std::array<std::array<unsigned, 2>, 5> OpcTable{ in emitADDS() local 4465 const std::array<std::array<unsigned, 2>, 5> OpcTable{ in emitSUBS() local 4481 static const unsigned OpcTable[2] = {AArch64::ADCSXr, AArch64::ADCSWr}; in emitADCS() local 4492 static const unsigned OpcTable[2] = {AArch64::SBCSXr, AArch64::SBCSWr}; in emitSBCS() local 4513 const unsigned OpcTable[3][2] = {{AArch64::ANDSXri, AArch64::ANDSWri}, in emitTST() local 4696 static const unsigned OpcTable[2] = {AArch64::CSINCWr, AArch64::CSINCXr}; in emitCSINC() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 2253 static const uint16_t OpcTable[2][4] = { in X86FastEmitSSESelect() local
|