Searched defs:OpcTable (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 1311 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rr() local 1353 static const unsigned OpcTable[2][2][2] = { in emitAddSub_ri() local 1397 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rs() local 1438 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rx() local 1664 static const unsigned OpcTable[3][2] = { in emitLogicalOp_ri() local 1710 static const unsigned OpcTable[3][2] = { in emitLogicalOp_rs() local 2098 static const unsigned OpcTable[4][6] = { in emitStore() local 2346 static const unsigned OpcTable[2][2][2] = { in emitCompareAndBranch() local 4166 static const unsigned OpcTable[2][2] = { in emitLSL_ri() local 4282 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 | 1611 static const unsigned OpcTable[2][2] = {{AArch64::TBZX, AArch64::TBNZX}, in emitTestBit() local 1674 static const unsigned OpcTable[2][2] = {{AArch64::CBZW, AArch64::CBZX}, in emitCBZ() local 2530 static const unsigned OpcTable[2][2] = { in select() local 4304 const std::array<std::array<unsigned, 2>, 5> OpcTable{ in emitADD() local 4317 const std::array<std::array<unsigned, 2>, 5> OpcTable{ in emitADDS() local 4330 const std::array<std::array<unsigned, 2>, 5> OpcTable{ in emitSUBS() local 4346 static const unsigned OpcTable[2] = {AArch64::ADCSXr, AArch64::ADCSWr}; in emitADCS() local 4357 static const unsigned OpcTable[2] = {AArch64::SBCSXr, AArch64::SBCSWr}; in emitSBCS() local 4378 const unsigned OpcTable[3][2] = {{AArch64::ANDSXri, AArch64::ANDSWri}, in emitTST() local 4561 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 | 2247 static const uint16_t OpcTable[2][4] = { in X86FastEmitSSESelect() local
|