HomeSort by relevance Sort by last modified time
    Searched refs:SEGREG (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86regtmod.gperf 38 SEGREG,
55 * SEGREG: prefix encoding
62 * SEGREG: register encoding
68 * SEGREG: BITS in which the segment is ignored
241 es, SEGREG, 0x26, 0x00, 64
242 cs, SEGREG, 0x2e, 0x01, 0
243 ss, SEGREG, 0x36, 0x02, 64
244 ds, SEGREG, 0x3e, 0x03, 64
245 fs, SEGREG, 0x64, 0x04, 0
246 gs, SEGREG, 0x65, 0x05,
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.h 61 SEGREG,
nasm-parse.c 75 const char *segreg = tasm_get_segment_register(segment); local
76 if (segreg)
77 yasm_arch_parse_check_regtmod(p_object->arch, segreg,
78 strlen(segreg), &ea->segreg);
181 case SEGREG: str = "segment register"; break;
786 case SEGREG:
788 uintptr_t segreg = SEGREG_val; local
793 yasm_insn_add_seg_prefix(yasm_bc_get_insn(bc), segreg); local
894 case SEGREG
896 uintptr_t segreg = SEGREG_val; local
1096 uintptr_t segreg = SEGREG_val; local
    [all...]
nasm-token.re 418 RETURN(SEGREG);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parser.h 43 SEGREG,
gas-parse.c 156 case SEGREG: str = "segment register"; break;
1123 uintptr_t segreg = SEGREG_val; local
    [all...]

Completed in 167 milliseconds