Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dtarget_x86.cc2256 int op_shuffle = 0, op_shuffle_high = 0, op_mov = kX86MovdxrRR; in GenSetVector() local
2285 op_shuffle_high = kX86PshufdRRI; in GenSetVector()
2321 if (op_shuffle_high != 0) { in GenSetVector()
2322 NewLIR3(op_shuffle_high, rs_dest.GetReg(), rs_dest.GetReg(), 0); in GenSetVector()