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.h25 #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()
1133 bool Rex_b = rex & GET_REX_B; in vmovapd()
1187 bool Rex_b = rex & GET_REX_B; in vmovupd()
1239 bool Rex_b = rex & GET_REX_B; in vmovapd()
1293 bool Rex_b = rex & GET_REX_B; in vmovupd()
1679 bool Rex_b = rex & GET_REX_B; in vmovdqa()
1734 bool Rex_b = rex & GET_REX_B; in vmovdqu()
[all …]