HomeSort by: relevance | last modified time | path
    Searched defs:VBR (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/sh3/sh3/
sh3_machdep.c 125 #define VBR (uint8_t *)SH3_PHYS_TO_P1SEG(IOM_RAM_BEGIN)
169 memcpy(VBR + 0x100, sh_vector_generic,
173 memcpy(VBR + 0x400, sh3_vector_tlbmiss,
178 memcpy(VBR + 0x400, sh4_vector_tlbmiss,
181 memcpy(VBR + 0x600, sh_vector_interrupt,
187 __asm volatile("ldc %0, vbr" :: "r"(VBR));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
BitCodes.h 39 BlockIDWidth = 8, // We use VBR-8 for block IDs.
40 CodeLenWidth = 4, // Codelen are VBR-4.
103 VBR = 2, // A VBR field where Val specifies the width of each chunk.
130 case VBR:
161 /// specialized format instead of the fully-general, fully-vbr, format.
  /src/external/gpl3/binutils/dist/gas/config/
m68k-parse.h 101 VBR,
  /src/external/gpl3/binutils.old/dist/gas/config/
m68k-parse.h 101 VBR,
  /src/external/gpl3/gdb/dist/gdb/stubs/
sh-stub.c 265 R15, PC, PR, GBR, VBR, MACH, MACL, SR,
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
855 or wherever your vbr points. */
1197 stc.l vbr, @-r0 ! save VBR
1248 ldc.l @r1+, vbr ! restore VBR
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
sh-stub.c 265 R15, PC, PR, GBR, VBR, MACH, MACL, SR,
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
855 or wherever your vbr points. */
1197 stc.l vbr, @-r0 ! save VBR
1248 ldc.l @r1+, vbr ! restore VBR
  /src/external/gpl3/gdb.old/dist/sim/sh/
interp.c 127 #define VBR saved_state.asregs.vbr
1936 VBR = val;
2108 val = VBR;
  /src/external/gpl3/gdb/dist/sim/sh/
interp.c 127 #define VBR saved_state.asregs.vbr
1936 VBR = val;
2108 val = VBR;
  /src/external/gpl3/binutils/dist/include/opcode/
h8300.h 84 VBR = 0x4600,
  /src/external/gpl3/binutils.old/dist/include/opcode/
h8300.h 84 VBR = 0x4600,
  /src/external/gpl3/gdb.old/dist/include/opcode/
h8300.h 84 VBR = 0x4600,
  /src/external/gpl3/gdb/dist/include/opcode/
h8300.h 84 VBR = 0x4600,

Completed in 81 milliseconds