Home
last modified time | relevance | path

Searched refs:CSx (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonPseudo.td525 // allocate the correct pair of CSx and Mx registers.
H A DHexagonInstrInfo.cpp1013 unsigned CSx = (Mx == Hexagon::M0 ? Hexagon::CS0 : Hexagon::CS1); in expandPostRAPseudo() local
1014 BuildMI(MBB, MI, DL, get(Hexagon::A2_tfrrcr), CSx) in expandPostRAPseudo()
1020 MIB.addReg(CSx, RegState::Implicit); in expandPostRAPseudo()