Searched refs:Is32BitInt (Results 1 – 2 of 2) sorted by relevance
483 bool Is32BitInt = UseRC->hasSuperClassEq(&PPC::GPRCRegClass); in PPCEmitLoad() local489 Opc = Is32BitInt ? PPC::LBZ : PPC::LBZ8; in PPCEmitLoad()493 (Is32BitInt ? PPC::LHZ : PPC::LHZ8) : in PPCEmitLoad()494 (Is32BitInt ? PPC::LHA : PPC::LHA8)); in PPCEmitLoad()498 (Is32BitInt ? PPC::LWZ : PPC::LWZ8) : in PPCEmitLoad()499 (Is32BitInt ? PPC::LWA_32 : PPC::LWA)); in PPCEmitLoad()626 bool Is32BitInt = RC->hasSuperClassEq(&PPC::GPRCRegClass); in PPCEmitStore() local632 Opc = Is32BitInt ? PPC::STB : PPC::STB8; in PPCEmitStore()635 Opc = Is32BitInt ? PPC::STH : PPC::STH8; in PPCEmitStore()638 assert(Is32BitInt && "Not GPRC for i32??"); in PPCEmitStore()
487 bool Is32BitInt = UseRC->hasSuperClassEq(&PPC::GPRCRegClass); in PPCEmitLoad() local493 Opc = Is32BitInt ? PPC::LBZ : PPC::LBZ8; in PPCEmitLoad()496 Opc = (IsZExt ? (Is32BitInt ? PPC::LHZ : PPC::LHZ8) in PPCEmitLoad()497 : (Is32BitInt ? PPC::LHA : PPC::LHA8)); in PPCEmitLoad()500 Opc = (IsZExt ? (Is32BitInt ? PPC::LWZ : PPC::LWZ8) in PPCEmitLoad()501 : (Is32BitInt ? PPC::LWA_32 : PPC::LWA)); in PPCEmitLoad()641 bool Is32BitInt = RC->hasSuperClassEq(&PPC::GPRCRegClass); in PPCEmitStore() local647 Opc = Is32BitInt ? PPC::STB : PPC::STB8; in PPCEmitStore()650 Opc = Is32BitInt ? PPC::STH : PPC::STH8; in PPCEmitStore()653 assert(Is32BitInt && "Not GPRC for i32??"); in PPCEmitStore()