Home
last modified time | relevance | path

Searched refs:prefixes (Results 1 – 6 of 6) sorted by relevance

/qemu/util/
H A Dcutils.c953 static const char *prefixes[] = { in si_prefix() local
958 assert(exp10 % 3 == 0 && exp10 / 3 < ARRAY_SIZE(prefixes)); in si_prefix()
959 return prefixes[exp10 / 3]; in si_prefix()
964 static const char *prefixes[] = { "", "Ki", "Mi", "Gi", "Ti", "Pi", "Ei" }; in iec_binary_prefix() local
966 assert(exp2 % 10 == 0 && exp2 / 10 < ARRAY_SIZE(prefixes)); in iec_binary_prefix()
967 return prefixes[exp2 / 10]; in iec_binary_prefix()
/qemu/target/i386/tcg/
H A Dtranslate.c3106 int prefixes = s->prefix; in disas_insn_old() local
3459 if ((prefixes & PREFIX_REPZ) in disas_insn_old()
4024 if (prefixes & PREFIX_REPZ) { in disas_insn_old()
4227 if ((prefixes & PREFIX_LOCK) && in disas_insn_old()
4301 || (prefixes & PREFIX_LOCK)) { in disas_insn_old()
4380 if (prefixes & PREFIX_LOCK) { in disas_insn_old()
4383 if (prefixes & PREFIX_DATA) { in disas_insn_old()
4404 if (prefixes & PREFIX_LOCK) { in disas_insn_old()
4407 if (prefixes & PREFIX_DATA) { in disas_insn_old()
4427 && (prefixes & PREFIX_REPZ) in disas_insn_old()
[all …]
H A Ddecode-new.c.inc77 * if the difference is expressed via prefixes. Individual instructions
2265 /* Collect prefixes. */
2318 * VEX prefixes cannot be used except in 32-bit mode.
2336 /* 4.1.1-4.1.3: No preceding lock, 66, f2, f3, or rex prefixes. */
2379 /* Post-process prefixes. */
/qemu/docs/
H A Dthrottle.txt294 Note however that this is not a stable API (hence the 'x-' prefixes) and
/qemu/tcg/i386/
H A Dtcg-target.c.inc1357 * as the REX prefixes. Use the MODRM encoding.
1929 /* Emit 1 or 2 operand size prefixes for the standard one byte nop,
/qemu/tests/tcg/i386/
H A Dx86.csv49 # Encoders and decoders are expected to handle those prefixes separately.