Home
last modified time | relevance | path

Searched refs:regindex (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
Dx86arch.c489 unsigned long regindex) in x86_reggroup_get_reg() argument
496 if (regindex > 15) in x86_reggroup_get_reg()
498 return reggroup | (regindex & 15); in x86_reggroup_get_reg()
503 if (regindex > 7) in x86_reggroup_get_reg()
505 return reggroup | (regindex & 7); in x86_reggroup_get_reg()
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Darch.h172 unsigned long regindex);
389 unsigned long regindex);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
Dlc3barch.c129 /*@unused@*/ unsigned long regindex) in lc3b_reggroup_get_reg() argument
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
Dgas-parse.c1262 unsigned long regindex; in parse_operand() local
1273 regindex = yasm_intnum_get_uint(INTNUM_val); in parse_operand()
1281 reg = yasm_arch_reggroup_get_reg(p_object->arch, reg, regindex); in parse_operand()
1284 regindex); in parse_operand()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
Dnasm-parse.c931 unsigned long regindex; in parse_operand() local
942 regindex = yasm_intnum_get_uint(INTNUM_val); in parse_operand()
950 reg = yasm_arch_reggroup_get_reg(p_object->arch, reg, regindex); in parse_operand()
953 regindex); in parse_operand()
/external/valgrind/main/VEX/priv/
Dhost_x86_defs.c1874 static UChar mkSIB ( UInt shift, UInt regindex, UInt regbase ) in mkSIB() argument
1877 vassert((regindex|regbase) < 8); in mkSIB()
1879 | ((regindex & 7) << 3) in mkSIB()
Dhost_amd64_defs.c1973 static UChar mkSIB ( UInt shift, UInt regindex, UInt regbase ) in mkSIB() argument
1976 vassert((regindex|regbase) < 8); in mkSIB()
1978 | ((regindex & 7) << 3) in mkSIB()