Home | History | Annotate | Download | only in x86

Lines Matching refs:targetId

273 LowOp* jumpToBasicBlock(char* instAddr, int targetId) {
277 int relativeNCG = targetId;
278 relativeNCG = getRelativeNCG(targetId, JmpCall_uncond, &unknown, &size);
283 LowOp* condJumpToBasicBlock(char* instAddr, ConditionCode cc, int targetId) {
287 int relativeNCG = targetId;
288 relativeNCG = getRelativeNCG(targetId, JmpCall_cond, &unknown, &size);