HomeSort by: relevance | last modified time | path
    Searched refs:SLOT (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/kernel/arch/vax/
h_execregs.S 39 #define SLOT(n) (n)*REGSIZE(%sp)
44 movl %fp,SLOT(0) /* order matches execregs.h */
45 movl %ap,SLOT(1)
47 movl %r0,SLOT(2)
48 movl %r1,SLOT(3)
49 movl %r2,SLOT(4)
50 movl %r3,SLOT(5)
51 movl %r4,SLOT(6)
52 movl %r5,SLOT(7)
54 movl %r7,SLOT(8
    [all...]
  /src/sys/arch/macppc/dev/
if_bmreg.h 93 #define SLOT 0x0470
  /src/sys/arch/ia64/disasm/
disasm_int.h 52 #define SLOT(p,i) ((_SLOT(p,i) >> (TMPL_BITS+((i)<<3)+(i))) & SLOT_MASK)
disasm_decode.c 52 asm_decodeA(uint64_t bits, struct asm_bundle *b, int slot)
528 return (asm_extract(op, fmt, bits, b, slot));
536 asm_decodeB(uint64_t ip, struct asm_bundle *b, int slot)
542 bits = SLOT(ip, slot);
644 return (asm_extract(op, fmt, bits, b, slot));
652 asm_decodeF(uint64_t ip, struct asm_bundle *b, int slot)
658 bits = SLOT(ip, slot);
895 return (asm_extract(op, fmt, bits, b, slot));
2525 unsigned int slot; local in function:asm_decode
    [all...]

Completed in 14 milliseconds