Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/Disassembler/
H A DCSKYDisassembler.cpp282 auto Ry = (Imm >> 5) & 0x1f; in DecodeRegSeqOperand() local
284 if (DecodeGPRRegisterClass(Inst, Ry, Address, Decoder) == in DecodeRegSeqOperand()
288 Inst.addOperand(MCOperand::createReg(GPRDecoderTable[Ry + Imm5])); in DecodeRegSeqOperand()
299 auto Ry = (Imm >> 5) & 0x1f; in DecodeRegSeqOperandF1() local
301 if (DecodesFPR32RegisterClass(Inst, Ry, Address, Decoder) == in DecodeRegSeqOperandF1()
305 Inst.addOperand(MCOperand::createReg(FPR32DecoderTable[Ry + Imm5])); in DecodeRegSeqOperandF1()
316 auto Ry = (Imm >> 5) & 0x1f; in DecodeRegSeqOperandD1() local
318 if (DecodesFPR64RegisterClass(Inst, Ry, Address, Decoder) == in DecodeRegSeqOperandD1()
322 Inst.addOperand(MCOperand::createReg(FPR64DecoderTable[Ry + Imm5])); in DecodeRegSeqOperandD1()
333 auto Ry = (Imm >> 5) & 0x1f; in DecodeRegSeqOperandF2() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCCodeEmitter.cpp255 unsigned Ry = MI.getOperand(Idx).getReg(); in getMachineOpValue()
259 Ctx.getRegisterInfo()->getEncodingValue(Ry); in getRegSeqImmOpValue()
261 return ((Ctx.getRegisterInfo()->getEncodingValue(Ry) << 5) | Imm); in getRegSeqImmOpValue()
265 unsigned Ry = MI.getOperand(Idx).getReg(); getRegSeqImmOpValue() local
/freebsd/crypto/openssl/test/certs/
H A Dserverkey.pem12 nEl9yOy3HauZKxwl/Ry/XK1s3DdjopIAU29ut+hAuMiTb06kzZnumL9NoplKoZtU
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dserver.key12 nEl9yOy3HauZKxwl/Ry/XK1s3DdjopIAU29ut+hAuMiTb06kzZnumL9NoplKoZtU
/freebsd/crypto/openssl/test/recipes/90-test_threads_data/
H A Drsakey.pem12 nEl9yOy3HauZKxwl/Ry/XK1s3DdjopIAU29ut+hAuMiTb06kzZnumL9NoplKoZtU
/freebsd/crypto/openssl/apps/
H A Dserver.pem31 nEl9yOy3HauZKxwl/Ry/XK1s3DdjopIAU29ut+hAuMiTb06kzZnumL9NoplKoZtU
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1431 auto Ry = Operands.back()->getReg(); in parseRegSeq() local
1442 Operands.push_back(CSKYOperand::createRegSeq(Ry, Rz, S)); in parseRegSeq()
1456 auto Ry = Operands.back()->getReg(); in parseRegList() local
1466 reglist.push_back(Ry); in parseRegList()
1473 reglist.push_back(Ry); in parseRegList()
1474 reglist.push_back(Ry); in parseRegList()
1476 reglist.push_back(Ry); in parseRegList()
1477 reglist.push_back(Ry); in parseRegList()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1389 MCOperand &Ry = Inst.getOperand(1); in processInstruction() local
1390 if (Rx.getReg() != Hexagon::R0 || Ry.getReg() != Hexagon::R0) { in processInstruction()
1419 MCOperand &Ry = Inst.getOperand(0); in processInstruction() local
1421 if (RI->getEncodingValue(Ry.getReg()) != RI->getEncodingValue(src.getReg())) in processInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrArithmetic.td329 /// x x x x | REG Rx | 1 | SIZE | 0 0 | M | REG Ry
332 /// Ry - source
/freebsd/share/misc/
H A Dusb_hid_usages26 0x34 Ry
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td1840 def: Pat<(add I32:$Ru, (Su<Mul> I32:$Ry, I32:$Rs)),
1841 (M4_mpyrr_addr IntRegs:$Ru, IntRegs:$Ry, IntRegs:$Rs)>;