Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dinstruction_set_features_x86.h24 #define GET_REX_B 0x01 macro
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc499 bool Rex_b = rex & GET_REX_B; in vmovaps()
551 bool Rex_b = rex & GET_REX_B; in vmovups()
605 bool Rex_b = rex & GET_REX_B; in vmovaps()
658 bool Rex_b = rex & GET_REX_B; in vmovups()
1092 bool Rex_b = rex & GET_REX_B; in vmovapd()
1146 bool Rex_b = rex & GET_REX_B; in vmovupd()
1198 bool Rex_b = rex & GET_REX_B; in vmovapd()
1252 bool Rex_b = rex & GET_REX_B; in vmovupd()
1634 bool Rex_b = rex & GET_REX_B; in vmovdqa()
1689 bool Rex_b = rex & GET_REX_B; in vmovdqu()
[all …]