Searched defs:T_ecx (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8632.cpp394 Variable *T_ecx = makeReg(IceType_i32, Traits::RegisterSet::Reg_ecx); local
395 _pop(T_ecx);
396 lowerIndirectJump(T_ecx);
H A DIceTargetLoweringX8664.cpp715 Variable *T_ecx = makeReg(IceType_i32, Traits::RegisterSet::Reg_ecx); local
717 _mov(T_ecx, T_rcx);
718 // lowerIndirectJump(T_ecx);
726 _and(T_ecx, Ctx->getConstantInt32(~(BundleSize - 1)));
727 Context.insert<InstFakeDef>(T_rcx, T_ecx);

Completed in 167 milliseconds