Lines Matching refs:OpcTable

1292   static const unsigned OpcTable[2][2][2] = {  in emitAddSub_rr()  local
1299 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_rr()
1334 static const unsigned OpcTable[2][2][2] = { in emitAddSub_ri() local
1341 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_ri()
1378 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rs() local
1385 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_rs()
1419 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rx() local
1426 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_rx()
1645 static const unsigned OpcTable[3][2] = { in emitLogicalOp_ri() local
1661 Opc = OpcTable[Idx][0]; in emitLogicalOp_ri()
1667 Opc = OpcTable[ISDOpc - ISD::AND][1]; in emitLogicalOp_ri()
1691 static const unsigned OpcTable[3][2] = { in emitLogicalOp_rs() local
1710 Opc = OpcTable[ISDOpc - ISD::AND][0]; in emitLogicalOp_rs()
1714 Opc = OpcTable[ISDOpc - ISD::AND][1]; in emitLogicalOp_rs()
2079 static const unsigned OpcTable[4][6] = { in emitStore() local
2102 case MVT::i8: Opc = OpcTable[Idx][0]; break; in emitStore()
2103 case MVT::i16: Opc = OpcTable[Idx][1]; break; in emitStore()
2104 case MVT::i32: Opc = OpcTable[Idx][2]; break; in emitStore()
2105 case MVT::i64: Opc = OpcTable[Idx][3]; break; in emitStore()
2106 case MVT::f32: Opc = OpcTable[Idx][4]; break; in emitStore()
2107 case MVT::f64: Opc = OpcTable[Idx][5]; break; in emitStore()
2327 static const unsigned OpcTable[2][2][2] = { in emitCompareAndBranch() local
2339 unsigned Opc = OpcTable[IsBitTest][IsCmpNE][Is64Bit]; in emitCompareAndBranch()
4084 static const unsigned OpcTable[2][2] = { in emitLSL_ri() local
4088 unsigned Opc = OpcTable[IsZExt][Is64Bit]; in emitLSL_ri()
4200 static const unsigned OpcTable[2][2] = { in emitLSR_ri() local
4204 unsigned Opc = OpcTable[IsZExt][Is64Bit]; in emitLSR_ri()
4305 static const unsigned OpcTable[2][2] = { in emitASR_ri() local
4309 unsigned Opc = OpcTable[IsZExt][Is64Bit]; in emitASR_ri()