/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/ |
nasm-parser.h | 51 SEG,
|
nasm-parse.c | 38 DIR_EXPR, /* Can't have seg:off or WRT anywhere */ 173 case SEG: str = "SEG"; break; [all...] |
nasm-token.re | 356 'seg' { RETURN(SEG); }
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ |
expr.pxi | 120 raise ValueError("not a SEG:OFF expression")
|
yasm.pyx | 32 symbols, and operations such as SEG.
|
/external/qemu-pc-bios/bochs/bios/ |
apmbios.S | 36 SEG CS
|
rombios.c | 218 // no mov SEG-REG, #value, must mov register into seg-reg 274 void memsetb(seg,offset,value,count); 280 memsetb(seg,offset,value,count) 281 Bit16u seg; 416 read_dword(seg, offset) 417 Bit16u seg; 442 write_dword(seg, offset, data) 443 Bit16u seg; 476 SEG S [all...] |
/external/qemu-pc-bios/vgabios/ |
vbe.c | 750 SEG SS [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/ |
dwarf64_leb128.asm | 1071 .string "SEG" [all...] |