Home
last modified time | relevance | path

Searched defs:OpcTable (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1310 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rr() local
1352 static const unsigned OpcTable[2][2][2] = { in emitAddSub_ri() local
1396 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rs() local
1437 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rx() local
1663 static const unsigned OpcTable[3][2] = { in emitLogicalOp_ri() local
1709 static const unsigned OpcTable[3][2] = { in emitLogicalOp_rs() local
2097 static const unsigned OpcTable[4][6] = { in emitStore() local
2345 static const unsigned OpcTable[2][2][2] = { in emitCompareAndBranch() local
4152 static const unsigned OpcTable[2][2] = { in emitLSL_ri() local
4268 static const unsigned OpcTable[2][2] = { in emitLSR_ri() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1595 static const unsigned OpcTable[2][2] = {{AArch64::TBZX, AArch64::TBNZX}, in emitTestBit() local
1658 static const unsigned OpcTable[2][2] = {{AArch64::CBZW, AArch64::CBZX}, in emitCBZ() local
2514 static const unsigned OpcTable[2][2] = { in select() local
3787 static const unsigned OpcTable[4][4][9] = { in selectVectorICmp() local
4456 const std::array<std::array<unsigned, 2>, 5> OpcTable{ in emitADD() local
4469 const std::array<std::array<unsigned, 2>, 5> OpcTable{ in emitADDS() local
4482 const std::array<std::array<unsigned, 2>, 5> OpcTable{ in emitSUBS() local
4498 static const unsigned OpcTable[2] = {AArch64::ADCSXr, AArch64::ADCSWr}; in emitADCS() local
4509 static const unsigned OpcTable[2] = {AArch64::SBCSXr, AArch64::SBCSWr}; in emitSBCS() local
4530 const unsigned OpcTable[3][2] = {{AArch64::ANDSXri, AArch64::ANDSWri}, in emitTST() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2245 static const uint16_t OpcTable[2][4] = { in X86FastEmitSSESelect() local