Lines Matching refs:OpcTable

1310   static const unsigned OpcTable[2][2][2] = {  in emitAddSub_rr()  local
1317 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_rr()
1352 static const unsigned OpcTable[2][2][2] = { in emitAddSub_ri() local
1359 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_ri()
1396 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rs() local
1403 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_rs()
1437 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rx() local
1444 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_rx()
1663 static const unsigned OpcTable[3][2] = { in emitLogicalOp_ri() local
1679 Opc = OpcTable[Idx][0]; in emitLogicalOp_ri()
1685 Opc = OpcTable[ISDOpc - ISD::AND][1]; in emitLogicalOp_ri()
1709 static const unsigned OpcTable[3][2] = { in emitLogicalOp_rs() local
1728 Opc = OpcTable[ISDOpc - ISD::AND][0]; in emitLogicalOp_rs()
1732 Opc = OpcTable[ISDOpc - ISD::AND][1]; in emitLogicalOp_rs()
2097 static const unsigned OpcTable[4][6] = { in emitStore() local
2120 case MVT::i8: Opc = OpcTable[Idx][0]; break; in emitStore()
2121 case MVT::i16: Opc = OpcTable[Idx][1]; break; in emitStore()
2122 case MVT::i32: Opc = OpcTable[Idx][2]; break; in emitStore()
2123 case MVT::i64: Opc = OpcTable[Idx][3]; break; in emitStore()
2124 case MVT::f32: Opc = OpcTable[Idx][4]; break; in emitStore()
2125 case MVT::f64: Opc = OpcTable[Idx][5]; break; in emitStore()
2345 static const unsigned OpcTable[2][2][2] = { in emitCompareAndBranch() local
2357 unsigned Opc = OpcTable[IsBitTest][IsCmpNE][Is64Bit]; in emitCompareAndBranch()
4152 static const unsigned OpcTable[2][2] = { in emitLSL_ri() local
4156 unsigned Opc = OpcTable[IsZExt][Is64Bit]; in emitLSL_ri()
4268 static const unsigned OpcTable[2][2] = { in emitLSR_ri() local
4272 unsigned Opc = OpcTable[IsZExt][Is64Bit]; in emitLSR_ri()
4373 static const unsigned OpcTable[2][2] = { in emitASR_ri() local
4377 unsigned Opc = OpcTable[IsZExt][Is64Bit]; in emitASR_ri()