Home
last modified time | relevance | path

Searched refs:Ry (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/crypto/openssl/apps/
Dserver.pem31 nEl9yOy3HauZKxwl/Ry/XK1s3DdjopIAU29ut+hAuMiTb06kzZnumL9NoplKoZtU
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp1336 MCOperand &Ry = Inst.getOperand(1); in processInstruction() local
1337 if (Rx.getReg() != Hexagon::R0 || Ry.getReg() != Hexagon::R0) { in processInstruction()
1366 MCOperand &Ry = Inst.getOperand(0); in processInstruction() local
1368 if (RI->getEncodingValue(Ry.getReg()) != RI->getEncodingValue(src.getReg())) in processInstruction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/
DM68kInstrArithmetic.td50 /// x x x x | REG Rx | 1 | SIZE | 0 0 | M | REG Ry
53 /// Ry - source
/freebsd-12-stable/share/misc/
Dusb_hid_usages27 0x34 Ry
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonPatterns.td1711 def: Pat<(add I32:$Ru, (Su<Mul> I32:$Ry, I32:$Rs)),
1712 (M4_mpyrr_addr IntRegs:$Ru, IntRegs:$Ry, IntRegs:$Rs)>;