Home | History | Annotate | Download | only in X86

Lines Matching defs:AL

2171         unsigned AL = MF.addLiveIn(X86::AL, &X86::GR8RegClass);
2172 SDValue ALVal = DAG.getCopyFromReg(DAG.getEntryNode(), dl, AL, MVT::i8);
2468 // the declaration) %al is used as hidden argument to specify the number
2469 // of SSE registers used. The contents of %al do not need to match exactly
2482 RegsToPass.push_back(std::make_pair(unsigned(X86::AL),
11929 case MVT::i8: Reg = X86::AL; size = 1; break;
13820 // number of registers to save is given in %al, so it's theoretically
13823 // of the stores if %al is non-zero. It's less code, and it's probably
13859 // If %al is 0, branch around the XMM save block.
18306 case X86::AX: DestReg = X86::AL; break;