HomeSort by relevance Sort by last modified time
    Searched defs:SEG (Results 1 - 3 of 3) sorted by null

  /external/syslinux/com32/include/
com32.h 50 * __farcall(seg, offs, source_regs, return_regs)
130 * 0..0xFFFFF and real-mode style SEG:OFFS pointers. Note that a
131 * 32-bit linear pointer is not compatible with a SEG:OFFS pointer
141 static inline uint16_t SEG(const volatile void *__p)
149 static inline uint16_t SEG(const volatile void *__p)
188 uint16_t offs, seg; member in struct:__far_ptr::__anon36997::__anon36998
197 return MK_PTR(__fptr.seg, __fptr.offs);
205 __fptr.seg = SEG(__ptr);
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
libmach8db.c 88 short seg; /* segment of far address */ member in struct:Instr
180 PTR, /* Seg:Displacement addr (ptr16:16 or ptr16:32) */
185 SEG, /* Segment Prefix */
972 [0x26] = { SEG,0, "ES:" },
980 [0x2e] = { SEG,0, "CS:" },
988 [0x36] = { SEG,0, "SS:" },
996 [0x3e] = { SEG,0, "DS:" },
1034 [0x64] = { SEG,0, "FS:" },
1035 [0x65] = { SEG,0, "GS:" },
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
libmach8db.c 88 short seg; /* segment of far address */ member in struct:Instr
180 PTR, /* Seg:Displacement addr (ptr16:16 or ptr16:32) */
185 SEG, /* Segment Prefix */
972 [0x26] = { SEG,0, "ES:" },
980 [0x2e] = { SEG,0, "CS:" },
988 [0x36] = { SEG,0, "SS:" },
996 [0x3e] = { SEG,0, "DS:" },
1034 [0x64] = { SEG,0, "FS:" },
1035 [0x65] = { SEG,0, "GS:" },
    [all...]

Completed in 89 milliseconds