Searched defs:OpcTable (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 1310 static const unsigned OpcTable[2][2][2] = { emitAddSub_rr() local 1352 static const unsigned OpcTable[2][2][2] = { emitAddSub_ri() local 1396 static const unsigned OpcTable[2][2][2] = { emitAddSub_rs() local 1437 static const unsigned OpcTable[2][2][2] = { emitAddSub_rx() local 1663 static const unsigned OpcTable[3][2] = { emitLogicalOp_ri() local 1709 static const unsigned OpcTable[3][2] = { emitLogicalOp_rs() local 2097 static const unsigned OpcTable[4][6] = { emitStore() local 2345 static const unsigned OpcTable[2][2][2] = { emitCompareAndBranch() local 4152 static const unsigned OpcTable[2][2] = { emitLSL_ri() local 4268 static const unsigned OpcTable[2][2] = { emitLSR_ri() local 4373 static const unsigned OpcTable[2][2] = { emitASR_ri() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 1595 static const unsigned OpcTable[2][2] = {{AArch64::TBZX, AArch64::TBNZX}, emitTestBit() local 1658 static const unsigned OpcTable[2][2] = {{AArch64::CBZW, AArch64::CBZX}, emitCBZ() local 2514 static const unsigned OpcTable[2][2] = { select() local 3787 static const unsigned OpcTable[4][4][9] = { selectVectorICmp() local 4456 const std::array<std::array<unsigned, 2>, 5> OpcTable{ emitADD() local 4469 const std::array<std::array<unsigned, 2>, 5> OpcTable{ emitADDS() local 4482 const std::array<std::array<unsigned, 2>, 5> OpcTable{ emitSUBS() local 4498 static const unsigned OpcTable[2] = {AArch64::ADCSXr, AArch64::ADCSWr}; emitADCS() local 4509 static const unsigned OpcTable[2] = {AArch64::SBCSXr, AArch64::SBCSWr}; emitSBCS() local 4530 const unsigned OpcTable[3][2] = {{AArch64::ANDSXri, AArch64::ANDSWri}, emitTST() local 4712 static const unsigned OpcTable[2] = {AArch64::CSINCWr, AArch64::CSINCXr}; emitCSINC() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 2245 static const uint16_t OpcTable[2][4] = { X86FastEmitSSESelect() local
|