Home
last modified time | relevance | path

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

/freebsd-14.2/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.td374 // unit-stride store vd, vs3, (rs1), vm
378 "$vs3, ${rs1}$vm">;
389 // unit-stride mask store vd, vs3, (rs1)
393 "$vs3, $rs1">;
396 // strided store vd, vs3, (rs1), rs2, vm
402 // indexed store vd, vs3, (rs1), vs2, vm
408 // segment store vd, vs3, (rs1), vm
412 "$vs3, ${rs1}$vm">;
414 // segment store vd, vs3, (rs1), rs2, vm
420 // segment store vd, vs3, (rs1), vs2, vm
[all …]
/freebsd-14.2/sys/dev/ntb/test/
H A Dntb_tool.c458 bool vs1, vs2, vs3; in parse_mw_buf() local
461 vs1 = vs2 = vs3 = false; in parse_mw_buf()
476 vs3 = true; in parse_mw_buf()
485 } else if (!vs3 && !strcmp(op2, "pattern")) { in parse_mw_buf()
487 vs3 = true; in parse_mw_buf()
494 } else if (!vs3 && !strcmp(op3, "pattern")) { in parse_mw_buf()
496 vs3 = true; in parse_mw_buf()
499 *s_pflag = vs3; in parse_mw_buf()
500 if (vs3 && *cmd == 'R') in parse_mw_buf()
/freebsd-14.2/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-14.2/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.td1107 $vs3, sub_vsx0));