Home
last modified time | relevance | path

Searched refs:yasm_operand_create_segreg (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dinsn.h175 yasm_insn_operand *yasm_operand_create_segreg(uintptr_t segreg);
Dinsn.c71 yasm_operand_create_segreg(uintptr_t segreg) in yasm_operand_create_segreg() function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
Dgas-parse.c1259 return yasm_operand_create_segreg(reg); in parse_operand()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
Dnasm-parse.c922 op = yasm_operand_create_segreg(segreg); in parse_operand()