Searched refs:OpBcst32 (Results 1 – 1 of 1) sorted by relevance
592 unsigned OpBcst32 = 0, OpBcst64 = 0; in processInstruction() local597 OpBcst32 = Mem2Bcst->DstOp; in processInstruction()608 assert(((OpBcst32 == 0) || (OpBcst64 == 0) || (OpNoBcst32 == OpNoBcst64)) && in processInstruction()611 if (OpBcst32 || OpBcst64) { in processInstruction()612 unsigned OpNo = OpBcst32 == 0 ? OpNoBcst64 : OpNoBcst32; in processInstruction()613 FixupEntry Fixups[] = {{(int)OpBcst32, 32, 32, rebuildSplatCst}, in processInstruction()