Home
last modified time | relevance | path

Searched refs:vs3 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrFormatsV.td276 bits<5> vs3;
286 let Inst{11-7} = vs3;
297 bits<5> vs3;
307 let Inst{11-7} = vs3;
318 bits<5> vs3;
328 let Inst{11-7} = vs3;
H A DRISCVInstrInfoV.td372 // unit-stride store vd, vs3, (rs1), vm
375 (outs), (ins VR:$vs3, GPRMemZeroOffset:$rs1, VMaskOp:$vm), opcodestr,
376 "$vs3, ${rs1}$vm">;
382 0b000, (outs), (ins VRC:$vs3, GPRMemZeroOffset:$rs1),
383 opcodestr, "$vs3, $rs1"> {
387 // unit-stride mask store vd, vs3, (rs1)
390 (outs), (ins VR:$vs3, GPRMemZeroOffset:$rs1), opcodestr,
391 "$vs3, $rs1">;
394 // strided store vd, vs3, (rs1), rs2, vm
397 (ins VR:$vs3, GPRMemZeroOffset:$rs1, GPR:$rs2, VMaskOp:$vm),
[all …]
/freebsd/sys/dev/ntb/test/
H A Dntb_tool.c457 bool vs1, vs2, vs3; in parse_mw_buf() local
460 vs1 = vs2 = vs3 = false; in parse_mw_buf()
475 vs3 = true; in parse_mw_buf()
484 } else if (!vs3 && !strcmp(op2, "pattern")) { in parse_mw_buf()
486 vs3 = true; in parse_mw_buf()
493 } else if (!vs3 && !strcmp(op3, "pattern")) { in parse_mw_buf()
495 vs3 = true; in parse_mw_buf()
498 *s_pflag = vs3; in parse_mw_buf()
499 if (vs3 && *cmd == 'R') in parse_mw_buf()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_ppc64le.h212 DEFINE_VSX(vs3, LLDB_INVALID_REGNUM), \
397 uint32_t vs3[4]; member
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrMMA.td1065 $vs3, sub_vsx0));
1083 def : Pat<(v512i1 (PPCAccBuild v4i32:$vs1, v4i32:$vs0, v4i32:$vs3, v4i32:$vs2)),
1086 v16i8:$vs3, v16i8:$vs2)),
1100 def : Pat<(v512i1 (PPCAccBuild v4i32:$vs1, v4i32:$vs0, v4i32:$vs3, v4i32:$vs2)),
1103 v16i8:$vs3, v16i8:$vs2)),
H A DPPCInstrP10.td1142 $vs3, sub_vsx0));