Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dinstruction_set_features_x86.h23 #define GET_REX_X 0x02 macro
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc498 bool Rex_x = rex & GET_REX_X; in vmovaps()
550 bool Rex_x = rex & GET_REX_X; in vmovups()
604 bool Rex_x = rex & GET_REX_X; in vmovaps()
657 bool Rex_x = rex & GET_REX_X; in vmovups()
1091 bool Rex_x = rex & GET_REX_X; in vmovapd()
1145 bool Rex_x = rex & GET_REX_X; in vmovupd()
1197 bool Rex_x = rex & GET_REX_X; in vmovapd()
1251 bool Rex_x = rex & GET_REX_X; in vmovupd()
1633 bool Rex_x = rex & GET_REX_X; in vmovdqa()
1688 bool Rex_x = rex & GET_REX_X; in vmovdqu()
[all …]