Searched refs:kX86PextrwMRI (Results 1 – 4 of 4) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | quick_assemble_x86_test.cc | 185 Test(kX86, "Pextrw", "pextrw $7, %xmm3, 8(%eax)\n", kX86PextrwMRI, in TEST_F() 187 Test(kX86_64, "Pextrw", "pextrw $7, %xmm8, 8(%r10)\n", kX86PextrwMRI, in TEST_F()
|
D | x86_lir.h | 561 kX86PextrwMRI, // Extract 16 bits from XMM into memory enumerator
|
D | target_x86.cc | 2214 extr_opcode = (rl_result.location == kLocPhysReg) ? kX86PextrwRRI : kX86PextrwMRI; in GenReduceVector()
|
D | assemble_x86.cc | 433 …{ kX86PextrwMRI, kMemRegImm, IS_QUAD_OP | REG_USE02 | IS_STORE, { 0x66, 0, 0x0F, 0x3A, 0x15, 0…
|