Home
last modified time | relevance | path

Searched refs:VB (Results 1 – 25 of 49) sorted by relevance

12

/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dppc-opc.c3618 #define VB VA + 1 macro
3622 #define VC VB + 1
5093 {"vaddubm", VX (4, 0), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
5095 {"vmaxub", VX (4, 2), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
5096 {"vrlb", VX (4, 4), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
5097 {"vrlq", VX (4, 5), VX_MASK, POWER10, 0, {VD, VA, VB}},
5098 {"vcmpequb", VXR(4, 6,0), VXR_MASK, PPCVEC, 0, {VD, VA, VB}},
5099 {"vcmpneb", VXR(4, 7,0), VXR_MASK, PPCVEC3, 0, {VD, VA, VB}},
5100 {"vmuloub", VX (4, 8), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
5101 {"vaddfp", VX (4, 10), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dppc-opc.c3537 #define VB VA + 1 macro
3541 #define VC VB + 1
4914 {"vaddubm", VX (4, 0), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
4916 {"vmaxub", VX (4, 2), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
4917 {"vrlb", VX (4, 4), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
4918 {"vrlq", VX (4, 5), VX_MASK, POWER10, 0, {VD, VA, VB}},
4919 {"vcmpequb", VXR(4, 6,0), VXR_MASK, PPCVEC, 0, {VD, VA, VB}},
4920 {"vcmpneb", VXR(4, 7,0), VXR_MASK, PPCVEC3, 0, {VD, VA, VB}},
4921 {"vmuloub", VX (4, 8), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
4922 {"vaddfp", VX (4, 10), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
[all …]
/netbsd-src/sys/crypto/blake2/
H A Dblake2s.c60 #define BLAKE2S_G(VA, VB, VC, VD, X, Y) do \ argument
62 (VA) = (VA) + (VB) + (X); \
65 (VB) = rotr32((VB) ^ (VC), 12); \
66 (VA) = (VA) + (VB) + (Y); \
69 (VB) = rotr32((VB) ^ (VC), 7); \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-modes.def90 #define ADV_SIMD_D_REG_STRUCT_MODES(NVECS, VB, VH, VS, VD) \
96 ADJUST_NUNITS (VB##QI, NVECS * 8); \
105 ADJUST_ALIGNMENT (VB##QI, 8); \
119 #define ADV_SIMD_Q_REG_STRUCT_MODES(NVECS, VB, VH, VS, VD) \
123 ADJUST_NUNITS (VB##QI, NVECS * 16); \
132 ADJUST_ALIGNMENT (VB##QI, 16); \
145 /* Define SVE modes for NVECS vectors. VB, VH, VS and VD are the prefixes
149 #define SVE_MODES(NVECS, VB, VH, VS, VD) \
153 ADJUST_NUNITS (VB##QI, aarch64_sve_vg * NVECS * 8); \
162 ADJUST_ALIGNMENT (VB##QI, 16); \
H A Daarch64-simd.md419 [(set (match_operand:VB 0 "register_operand" "=w")
420 (unspec:VB [(match_operand:VB 1 "register_operand" "w")]
674 (define_insn "aarch64_<DOTPROD_I8MM:sur>dot_lane<VB:isquadop><VS:vsi2qi>"
678 (match_operand:VB 3 "register_operand" "w")
684 int nunits = GET_MODE_NUNITS (<VB:MODE>mode).to_constant ();
3485 [(set (match_operand:VB 0 "register_operand" "=w")
3486 (popcount:VB (match_operand:VB 1 "register_operand" "w")))]
4837 [(set (match_operand:VB 0 "register_operand" "=w")
4838 (unspec:VB [(match_operand:VB 1 "register_operand" "w")
4839 (match_operand:VB 2 "register_operand" "w")]
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp235 for (auto &VB : VirtualBaseSyms) { in initializeChildren() local
236 int VBPO = VB->getVirtualBasePointerOffset(); in initializeChildren()
238 if (auto VBP = VB->getRawSymbol().getVirtualBaseTableType()) { in initializeChildren()
253 std::make_unique<BaseClassLayout>(*this, Offset, Elide, std::move(VB)); in initializeChildren()
H A DPDBExtras.cpp226 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, VB, OS) in operator <<()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dloongson-mmi.md48 (define_mode_iterator VB [V8QI])
470 [(set (match_operand:VB 0 "register_operand" "=f")
471 (unspec:VB [(match_operand:VB 1 "register_operand" "f")]
518 [(set (match_operand:VB 0 "register_operand" "=f")
519 (unspec:VB [(match_operand:VB 1 "register_operand" "f")
520 (match_operand:VB 2 "register_operand" "f")]
529 (unspec:<V_stretch_half> [(match_operand:VB 1 "register_operand" "f")]
546 (unspec:<V_stretch_half> [(match_operand:VB 1 "register_operand" "f")
547 (match_operand:VB 2 "register_operand" "f")]
885 (match_operand:VB 1 "register_operand" "")]
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dloongson-mmi.md48 (define_mode_iterator VB [V8QI])
470 [(set (match_operand:VB 0 "register_operand" "=f")
471 (unspec:VB [(match_operand:VB 1 "register_operand" "f")]
518 [(set (match_operand:VB 0 "register_operand" "=f")
519 (unspec:VB [(match_operand:VB 1 "register_operand" "f")
520 (match_operand:VB 2 "register_operand" "f")]
529 (unspec:<V_stretch_half> [(match_operand:VB 1 "register_operand" "f")]
546 (unspec:<V_stretch_half> [(match_operand:VB 1 "register_operand" "f")
547 (match_operand:VB 2 "register_operand" "f")]
885 (match_operand:VB 1 "register_operand" "")]
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-modes.def84 /* Define SVE modes for NVECS vectors. VB, VH, VS and VD are the prefixes
88 #define SVE_MODES(NVECS, VB, VH, VS, VD) \
92 ADJUST_NUNITS (VB##QI, aarch64_sve_vg * NVECS * 8); \
101 ADJUST_ALIGNMENT (VB##QI, 16); \
H A Daarch64-simd.md396 [(set (match_operand:VB 0 "register_operand" "=w")
397 (unspec:VB [(match_operand:VB 1 "register_operand" "w")]
617 (define_insn "aarch64_<DOTPROD_I8MM:sur>dot_lane<VB:isquadop><VS:vsi2qi>"
621 (match_operand:VB 3 "register_operand" "w")
627 int nunits = GET_MODE_NUNITS (<VB:MODE>mode).to_constant ();
2532 [(set (match_operand:VB 0 "register_operand" "=w")
2533 (popcount:VB (match_operand:VB 1 "register_operand" "w")))]
3667 [(set (match_operand:VB 0 "register_operand" "=w")
3668 (unspec:VB [(match_operand:VB 1 "register_operand" "w")
3669 (match_operand:VB 2 "register_operand" "w")]
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrFormats.td981 bits<5> VB;
987 let Inst{16-20} = VB;
1878 bits<5> VB;
1884 let Inst{16-20} = VB;
1895 bits<5> VB;
1902 let Inst{16-20} = VB;
1912 bits<5> VB;
1919 let Inst{16-20} = VB;
1931 bits<5> VB;
1937 let Inst{16-20} = VB;
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp662 VerbatimBlockComment *VB = in parseVerbatimBlock() local
693 S.actOnVerbatimBlockFinish(VB, Tok.getLocation(), in parseVerbatimBlock()
699 S.actOnVerbatimBlockFinish(VB, SourceLocation(), "", in parseVerbatimBlock()
703 return VB; in parseVerbatimBlock()
H A DVTableBuilder.cpp3351 if (const CXXRecordDecl *VB = P->getVBaseWithVPtr()) in computeVTablePaths() local
3352 P->FullOffsetInMDC += Layout.getVBaseClassOffset(VB); in computeVTablePaths()
3362 for (const auto &VB : Base->vbases()) in computeVTablePaths() local
3363 VBasesSeen.insert(VB.getType()->getAsCXXRecordDecl()); in computeVTablePaths()
3739 for (const auto &VB : RD->vbases()) { in computeVBTableRelatedInformation() local
3740 const CXXRecordDecl *CurVBase = VB.getType()->getAsCXXRecordDecl(); in computeVBTableRelatedInformation()
/netbsd-src/games/warp/
H A Dterm.c188 VB = Tgetstr("vb"); in term_set()
189 if (!*VB) in term_set()
190 VB = __UNCONST("\007"); in term_set()
H A Dterm.h265 EXT char *VB INIT(NULL); /* visible bell */
302 #define dingaling() do_tc(VB,1)
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/data/
H A Dtest-pw.key35 3Pp4l04+bcu+/1WUKRvNXwPLjNzIZjaFJxdKUVjC/9JbB/Vx3nKi/VB+ymy/cCoM
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Daspeed-g6-pinctrl.dtsi1151 function = "VB";
1152 groups = "VB";
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCUDA.cpp353 for (const auto &VB : ClassDecl->vbases()) { in inferCUDATargetForImplicitSpecialMember() local
354 Bases.push_back(&VB); in inferCUDATargetForImplicitSpecialMember()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp993 Value *VB = Or->user_back(); in shouldConvertOrWithNoCommonBitsToAdd() local
994 if (Or->hasOneUse() && isInteresting(VB)) in shouldConvertOrWithNoCommonBitsToAdd()
1038 Value *VB = Sub->user_back(); in ShouldBreakUpSubtract() local
1040 (isReassociableOp(VB, Instruction::Add, Instruction::FAdd) || in ShouldBreakUpSubtract()
1041 isReassociableOp(VB, Instruction::Sub, Instruction::FSub))) in ShouldBreakUpSubtract()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h155 VB = 0x0b, enumerator
/netbsd-src/external/gpl3/gdb.old/dist/zlib/old/
H A Dvisual-basic.txt73 says conforms to the VB guidelines, and that solves the problem of not
/netbsd-src/external/gpl3/binutils.old/dist/zlib/old/
H A Dvisual-basic.txt73 says conforms to the VB guidelines, and that solves the problem of not
/netbsd-src/external/gpl3/gdb/dist/zlib/old/
H A Dvisual-basic.txt73 says conforms to the VB guidelines, and that solves the problem of not
/netbsd-src/external/gpl3/binutils/dist/zlib/old/
H A Dvisual-basic.txt73 says conforms to the VB guidelines, and that solves the problem of not

12