Home
last modified time | relevance | path

Searched defs:is_twobyte_form (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/x86_64/
Dassembler_x86_64.cc433 bool is_twobyte_form = true; in vmovaps() local
495 bool is_twobyte_form = false; in vmovaps() local
547 bool is_twobyte_form = false; in vmovups() local
600 bool is_twobyte_form = false; in vmovaps() local
653 bool is_twobyte_form = false; in vmovups() local
861 bool is_twobyte_form = false; in vaddps() local
890 bool is_twobyte_form = false; in vsubps() local
924 bool is_twobyte_form = false; in vmulps() local
961 bool is_twobyte_form = false; in vdivps() local
1026 bool is_twobyte_form = true; in vmovapd() local
[all …]
/art/compiler/utils/x86/
Dassembler_x86.cc3914 uint8_t X86Assembler::EmitVexPrefixByteZero(bool is_twobyte_form) { in EmitVexPrefixByteZero()