Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:VCC

775     .Case("vcc", AMDGPU::VCC)
810 if (Reg == AMDGPU::VCC_LO && Reg1 == AMDGPU::VCC_HI) { Reg = AMDGPU::VCC; RegWidth = 2; return true; }
2705 Op.Reg.RegNo == AMDGPU::VCC) {
2706 // VOPC sdwa use "vcc" token as dst. Skip it.