Home
last modified time | relevance | path

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

/art/compiler/utils/x86_64/
Dassembler_x86_64.cc499 bool Rex_b = rex & GET_REX_B; in vmovaps() local
500 if (!Rex_b && !Rex_x) { in vmovaps()
513 Rex_b, in vmovaps()
551 bool Rex_b = rex & GET_REX_B; in vmovups() local
552 if (!Rex_x && !Rex_b) { in vmovups()
565 Rex_b, in vmovups()
605 bool Rex_b = rex & GET_REX_B; in vmovaps() local
606 if (!Rex_b && !Rex_x) { in vmovaps()
619 Rex_b, in vmovaps()
658 bool Rex_b = rex & GET_REX_B; in vmovups() local
[all …]