Searched refs:EXT_0F_ENCODING2_MAP (Results 1 – 1 of 1) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | assemble_x86.cc | 355 #define EXT_0F_ENCODING2_MAP(opname, prefix, opcode, opcode2, reg_def) \ macro 403 EXT_0F_ENCODING2_MAP(Pmulld, 0x66, 0x38, 0x40, REG_DEF0_USE0), 424 EXT_0F_ENCODING2_MAP(Phaddw, 0x66, 0x38, 0x01, REG_DEF0_USE0), 425 EXT_0F_ENCODING2_MAP(Phaddd, 0x66, 0x38, 0x02, REG_DEF0_USE0),
|