Lines Matching refs:OpcTable
1294 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rr() local
1301 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_rr()
1336 static const unsigned OpcTable[2][2][2] = { in emitAddSub_ri() local
1343 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_ri()
1381 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rs() local
1388 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_rs()
1423 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rx() local
1430 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()
1710 static const unsigned OpcTable[3][2] = { in emitLogicalOp_rs() local
1729 Opc = OpcTable[ISDOpc - ISD::AND][0]; in emitLogicalOp_rs()
1733 Opc = OpcTable[ISDOpc - ISD::AND][1]; in emitLogicalOp_rs()
2099 static const unsigned OpcTable[4][6] = { in emitStore() local
2122 case MVT::i8: Opc = OpcTable[Idx][0]; break; in emitStore()
2123 case MVT::i16: Opc = OpcTable[Idx][1]; break; in emitStore()
2124 case MVT::i32: Opc = OpcTable[Idx][2]; break; in emitStore()
2125 case MVT::i64: Opc = OpcTable[Idx][3]; break; in emitStore()
2126 case MVT::f32: Opc = OpcTable[Idx][4]; break; in emitStore()
2127 case MVT::f64: Opc = OpcTable[Idx][5]; break; in emitStore()
2347 static const unsigned OpcTable[2][2][2] = { in emitCompareAndBranch() local
2359 unsigned Opc = OpcTable[IsBitTest][IsCmpNE][Is64Bit]; in emitCompareAndBranch()
4116 static const unsigned OpcTable[2][2] = { in emitLSL_ri() local
4120 unsigned Opc = OpcTable[IsZExt][Is64Bit]; in emitLSL_ri()
4237 static const unsigned OpcTable[2][2] = { in emitLSR_ri() local
4241 unsigned Opc = OpcTable[IsZExt][Is64Bit]; in emitLSR_ri()
4346 static const unsigned OpcTable[2][2] = { in emitASR_ri() local
4350 unsigned Opc = OpcTable[IsZExt][Is64Bit]; in emitASR_ri()