Home
last modified time | relevance | path

Searched refs:Qd (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrMVE.td1406 : MVE_p<(outs MQPR:$Qd), (ins MQPR:$Qn, MQPR:$Qm), itin, iname, suffix,
1407 "$Qd, $Qn, $Qm", vpred_r, cstr, vecsize, pattern> {
1408 bits<4> Qd;
1412 let Inst{22} = Qd{3};
1415 let Inst{15-13} = Qd{2-0};
1506 bits<4> Qd;
1509 let Inst{22} = Qd{3};
1510 let Inst{15-13} = Qd{2-0};
1515 def MVE_VBIC : MVE_bit_arith<(outs MQPR:$Qd), (ins MQPR:$Qn, MQPR:$Qm),
1516 "vbic", "", "$Qd,
[all...]
H A DARMInstrCDE.td278 iname#"${vp}\t$coproc, $Qd, $imm", params.Cstr, params.Vpred> {
280 bits<3> Qd;
287 let Inst{15-13} = Qd{2-0};
333 iname#"${vp}\t$coproc, $Qd, $Qm, $imm", params.Cstr,
336 bits<3> Qd;
344 let Inst{15-13} = Qd{2-0};
400 iname#"${vp}\t$coproc, $Qd, $Qn, $Qm, $imm", params.Cstr,
403 bits<3> Qd;
413 let Inst{15-13} = Qd{2-0};
481 let Rd = (outs regclass:$Qd);
[all …]
H A DARMInstrNEON.td6919 def : NEONInstAlias<"vcvt${p}.s32.f32 $Qd, $Qm, #0",
6920 (VCVTf2sq QPR:$Qd, QPR:$Qm, pred:$p)>;
6921 def : NEONInstAlias<"vcvt${p}.u32.f32 $Qd, $Qm, #0",
6922 (VCVTf2uq QPR:$Qd, QPR:$Qm, pred:$p)>;
6923 def : NEONInstAlias<"vcvt${p}.f32.s32 $Qd, $Qm, #0",
6924 (VCVTs2fq QPR:$Qd, QPR:$Qm, pred:$p)>;
6925 def : NEONInstAlias<"vcvt${p}.f32.u32 $Qd, $Qm, #0",
6926 (VCVTu2fq QPR:$Qd, QPR:$Qm, pred:$p)>;
6937 def : NEONInstAlias<"vcvt${p}.s16.f16 $Qd, $Qm, #0",
6938 (VCVTh2sq QPR:$Qd, QPR:$Qm, pred:$p)>;
[all …]
H A DARMInstrFormats.td253 // instructions that both read and write their Qd register even when
274 // (which by convention will be called $Qd).
282 let vpred_constraint = ",$Qd = $vp.inactive";
/freebsd/contrib/gdtoa/
H A Dprintf.c0135 GDTOA_Qtype Qd;
991 u.Qd = va_arg(ap, GDTOA_Qtype);
1095 u.Qd = va_arg(ap, GDTOA_Qtype);
1147 u.Qd = va_arg(ap, GDTOA_Qtype);
1231 u.Qd = va_arg(ap, GDTOA_Qtype);
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPseudo.td484 def PS_vloadrq_ai: Pseudo<(outs HvxQR:$Qd),
502 def PS_qtrue: InstHexagon<(outs HvxQR:$Qd), (ins), "", [], "",
504 def PS_qfalse: InstHexagon<(outs HvxQR:$Qd), (ins), "", [], "",
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp3800 unsigned Qd = ((fieldFromInstruction(Insn, 22, 1) << 3) | in DecodeMVEModImmInstruction() local
3812 if (!Check(S, DecodeMQPRRegisterClass(Inst, Qd, Address, Decoder))) in DecodeMVEModImmInstruction()
3829 unsigned Qd = fieldFromInstruction(Insn, 13, 3); in DecodeMVEVADCInstruction() local
3830 Qd |= fieldFromInstruction(Insn, 22, 1) << 3; in DecodeMVEVADCInstruction()
3831 if (!Check(S, DecodeMQPRRegisterClass(Inst, Qd, Address, Decoder))) in DecodeMVEVADCInstruction()
3845 Inst.addOperand(MCOperand::createImm(Qd)); in DecodeMVEVADCInstruction()
6727 unsigned Qd = fieldFromInstruction(Val, 13, 3); in DecodeMVE_MEM_pre() local
6733 if (!Check(S, DecodeMQPRRegisterClass(Inst, Qd, Address, Decoder))) in DecodeMVE_MEM_pre()
6801 unsigned Qd = ((fieldFromInstruction(Insn, 22, 1) << 3) | in DecodeMVEVMOVQtoDReg() local
6809 if (!Check(S, DecodeMQPRRegisterClass(Inst, Qd, Address, Decoder))) in DecodeMVEVMOVQtoDReg()
[all …]
/freebsd/contrib/file/tests/
H A DHWP97.hwp.testfile18 �Ü�'�7pn��D��|�>C��/C�=�B�-깴�= ��+@�a+�n69n�Ź���[HN���Qd���'M|n�;8t��e�+�{'�$^�b�!]�6�,�.V�W�…
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon.td787 def VMUL_N_A64 : IOpInst<"vmul_n", "..1", "Qd", OP_MUL_N>;
842 def VCVT_F32_F64 : SInst<"vcvt_f32_f64", "(<q).", "Qd">;
1063 def VMUL_LANE_A64 : IOpInst<"vmul_lane", "..qI", "Qd", OP_MUL_LN>;
/freebsd/contrib/ncurses/include/
H A DCaps.hpux11840 exit_vertical_hl_mode rmvhlm str Qd - - ----K Exit vertical highlight mode
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8025 const unsigned Qd = MRI->getEncodingValue(Inst.getOperand(QdIdx).getReg()); in validateInstruction() local
8028 if (Qd == Qm) { in validateInstruction()
/freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh1543 wsUZ3Dem7n1B+MAfTjCN4lGlLRRlOMSrG+5n6NtMRdDx29j+g7681k8afVKyb/Qd
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_kas.txt3871 Qd+UCNkfDgId+PBSa4BjAxSV