Home
last modified time | relevance | path

Searched defs:segreg (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dinsn.c42 yasm_ea_set_segreg(yasm_effaddr *ea, uintptr_t segreg) in yasm_ea_set_segreg()
71 yasm_operand_create_segreg(uintptr_t segreg) in yasm_operand_create_segreg()
149 yasm_insn_add_seg_prefix(yasm_insn *insn, uintptr_t segreg) in yasm_insn_add_seg_prefix()
Dinsn.h45 uintptr_t segreg; member
Darch.h482 #define yasm_arch_segreg_print(arch, segreg, f) \ argument
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
Dnasm-parse.c75 const char *segreg = tasm_get_segment_register(segment); in yasm_ea_set_implicit_size_segment() local
788 uintptr_t segreg = SEGREG_val; in parse_instr() local
896 uintptr_t segreg = SEGREG_val; in parse_operand() local
1096 uintptr_t segreg = SEGREG_val; in parse_memaddr() local
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
Dx86arch.c576 x86_segreg_print(yasm_arch *arch, uintptr_t segreg, FILE *f) in x86_segreg_print()
Dx86bc.c784 unsigned int segreg) in x86_common_tobytes()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
Dgas-parse.c1123 uintptr_t segreg = SEGREG_val; in parse_memaddr() local
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
Dnasm-pp.c518 char *segreg; member