HomeSort by relevance Sort by last modified time
    Searched defs:xop (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
gen_x86_insn.py 43 "AVX", "FMA", "AES", "CLMUL", "MOVBE", "XOP", "FMA4", "F16C",
55 # Predefined XOP prefix field values
232 # XOP prefix
233 if "xop" in kwargs:
236 raise ValueError("XOP.W must be 0 or 1")
238 xopL = kwargs.pop("xop")
244 raise ValueError("XOP.L must be 128 or 256")
249 raise ValueError("Cannot combine XOP and special prefix %s"
7510 xop=128, variable
7517 xop=256, variable
7526 xop=128, variable
7532 xop=128, variable
7540 xop=128, variable
7546 xop=128, variable
7554 xop=128, variable
7563 xop=128, variable
7572 xop=256, variable
7581 xop=256, variable
7594 xop=128, variable
7602 xop=128, variable
7627 xop=128, variable
7653 xop=128, variable
7675 xop=128, variable
7684 xop=128, variable
7696 xop=128, variable
7705 xop=128, variable
7714 xop=128, variable
7725 xop=128, variable
7734 xop=128, variable
    [all...]
x86id.c 165 OPA_VEX = 12, /* operand data goes into VEX/XOP "vvvv" field */
166 /* operand data goes into BOTH VEX/XOP "vvvv" field and ea field */
168 /* operand data goes into BOTH VEX/XOP "vvvv" field and spare field */
238 /* Tests against BITS==64, AVX, and XOP */
277 * 0x80 - 0x8F indicate a XOP prefix, with the four LSBs holding "WLpp":
1597 int xop = ((vexdata & 0xF0) == 0x80); local
    [all...]

Completed in 212 milliseconds