Searched refs:VBR (Results 1 - 25 of 27) sorted by relevance

12

/openbsd-current/gnu/llvm/llvm/include/llvm/Bitstream/
H A DBitCodes.h40 VBR = 2, // A VBR field where Val specifies the width of each chunk. enumerator in enum:llvm::BitCodeAbbrevOp::Encoding
71 case VBR:
H A DBitstreamWriter.h228 // Emit the bits with VBR encoding, NumBits-1 bits at a time.
244 // Emit the bits with VBR encoding, NumBits-1 bits at a time.
355 case BitCodeAbbrevOp::VBR:
/openbsd-current/gnu/llvm/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp136 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Remark Name
137 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Pass name
138 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // Function name
149 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 7)); // File
162 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // Hotness
174 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 7)); // Key
175 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 7)); // Value
176 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 7)); // File
190 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 7)); // Key
191 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR,
[all...]
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp1964 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // DeclContext
1974 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // SubmoduleID
1977 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Name
1980 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Type
1982 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // InnerStartLoc
1984 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // TSIType
1990 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // TypeLoc
1997 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // DeclContext
2007 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // SubmoduleID
2010 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR,
[all...]
H A DASTWriter.cpp617 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Type
618 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 3)); // Quals
1489 FileAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // File ID
1533 IFAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // ID
1534 IFAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 12)); // Size
1535 IFAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 32)); // Modification time
1647 OffsetsAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // # input files
1648 OffsetsAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // # non-system
1670 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // Offset
1671 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR,
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp949 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // size
1239 // hold the real VST offset. Must use fixed instead of VBR as we don't
1240 // know how many VBR chunks to reserve ahead of time.
1345 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8));
1346 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8));
1349 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // AddrSpace << 2
1352 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Initializer.
1590 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6));
1591 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8));
1592 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR,
[all...]
/openbsd-current/sys/arch/sh/sh/
H A Dsh_machdep.c127 #define VBR (u_int8_t *)SH3_PHYS_TO_P1SEG(IOM_RAM_BEGIN) macro
171 memcpy(VBR + 0x100, sh_vector_generic,
175 memcpy(VBR + 0x400, sh3_vector_tlbmiss,
180 memcpy(VBR + 0x400, sh4_vector_tlbmiss,
183 memcpy(VBR + 0x600, sh_vector_interrupt,
189 __asm volatile("ldc %0, vbr" :: "r"(VBR));
/openbsd-current/gnu/llvm/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp83 case BitCodeAbbrevOp::VBR:
172 case BitCodeAbbrevOp::VBR:
309 case BitCodeAbbrevOp::VBR:
399 if ((E == BitCodeAbbrevOp::Fixed || E == BitCodeAbbrevOp::VBR) &&
405 if ((E == BitCodeAbbrevOp::Fixed || E == BitCodeAbbrevOp::VBR) &&
407 return error("Fixed or VBR abbrev record with size > MaxChunkData");
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dm68k-parse.h97 VBR, enumerator in enum:m68k_register
H A Dtc-h8300.c391 *mode = VBR;
1126 case VBR:
1127 if (op_mode != VBR &&
H A Dtc-m68k.c152 SFC, DFC, USP, VBR,
156 SFC, DFC, USP, VBR, CACR, CAAR, MSP, ISP,
161 USP, VBR, MSP, ISP, MMUSR, URP, SRP,
166 USP, VBR, URP, SRP, PCR,
170 CACR, TC, ACR0, ACR1, ACR2, ACR3, VBR, ROMBAR,
175 CACR, ACR0, ACR1, VBR, FLASHBAR, RAMBAR,
179 CACR, TC, ITT0, ITT1, DTT0, DTT1, BUSCR, VBR, PC, ROMBAR,
2795 case VBR:
3523 { "vbr", VBR }, /* Vector Base Register. */
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dm68k-parse.h102 VBR, enumerator in enum:m68k_register
H A Dtc-m68k.c157 SFC, DFC, USP, VBR,
161 SFC, DFC, USP, VBR, CACR, CAAR, MSP, ISP,
166 USP, VBR, MSP, ISP, MMUSR, URP, SRP,
171 USP, VBR, URP, SRP, PCR,
175 CACR, TC, ACR0, ACR1, ACR2, ACR3, VBR, ROMBAR,
180 CACR, ACR0, ACR1, VBR, RAMBAR1,
184 VBR, RAMBAR, FLASHBAR,
188 VBR, CACR, ACR0, ACR1, FLASHBAR, RAMBAR,
192 VBR, CACR, ACR0, ACR1, RAMBAR,
196 VBR, CAC
[all...]
H A Dtc-h8300.c372 *mode = VBR;
1108 case VBR:
1109 if (op_mode != VBR &&
/openbsd-current/sys/arch/m88k/include/
H A Dasm.h87 #define VBR %cr7 macro
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DTestModuleFileExtension.cpp30 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // # of characters
H A DSerializedDiagnosticPrinter.cpp465 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 16)); // Text size.
/openbsd-current/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1005 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // size
1247 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // AddrSpace << 2
1250 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Initializer.
1711 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6));
1712 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8));
1713 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6));
1714 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6));
1726 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6));
1728 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6));
1730 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR,
[all...]
/openbsd-current/sys/arch/luna88k/luna88k/
H A Dlocore0.S87 * Room for the kernel (post-autoconf) VBR page.
101 * Although the MVME BUG does not add an extra NOP after its VBR page,
135 stcr %r0, VBR /* start with VBR set to zero */
240 ldcr %r2, VBR
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dsh-stub.c265 R15, PC, PR, GBR, VBR, MACH, MACL, SR, enumerator in enum:regnames
832 Exceptions are vectored to the address stored at VBR + (exception_num * 4)
836 These processors have fixed entry points relative to the VBR for
1197 stc.l vbr, @-r0 ! save VBR
1248 ldc.l @r1+, vbr ! restore VBR
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dh8300-dis.c535 ((looking_for & MODE) == VBR && (thisnib != C_VBR)) ||
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dh8300-dis.c499 || ((looking_for & MODE) == VBR && (thisnib != C_VBR))
/openbsd-current/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h108 abbrev.Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::VBR, Width));
/openbsd-current/sys/arch/m88k/m88k/
H A Dsubr.S1297 * Update the VBR value.
1307 stcr %r2, VBR
/openbsd-current/gnu/gcc/gcc/config/sh/
H A Dcrt1.asm36 .zero 1024 * 2 /* ; 2k for VBR handlers */

Completed in 252 milliseconds

12