Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td45 // Rxx+=vmpyhsu(Rs,Rt)[:<<1]:sat
52 // Rxx[^]=vpmpyh(Rs,Rt)
58 // Rxx^=pmpyw(Rs,Rt)
61 //Rxx^=asr(Rss,Rt)
63 //Rxx^=asl(Rss,Rt)
65 //Rxx^=lsr(Rss,Rt)
67 //Rxx^=lsl(Rss,Rt)
182 // Rxx+=vrcrotate(Rss,Rt,#u2)
324 //Rxx+=vdmpybsu(Rss,Rtt):sat
332 // Rxx+=vmpyb[s]u(Rs,Rt)
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1884 MCOperand &Rxx = Inst.getOperand(0); in processInstruction() local
1900 TmpInst.addOperand(Rxx); in processInstruction()
1901 TmpInst.addOperand(Rxx); in processInstruction()