Home
last modified time | relevance | path

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

/art/compiler/utils/x86_64/
Dassembler_x86_64.cc455 byte_two = EmitVexPrefixByteTwo(/*W=*/ false, in vmovaps()
515 ByteTwo = EmitVexPrefixByteTwo(/*W=*/ false, in vmovaps()
567 ByteTwo = EmitVexPrefixByteTwo(/*W=*/ false, in vmovups()
621 ByteTwo = EmitVexPrefixByteTwo(/*W=*/ false, in vmovaps()
674 ByteTwo = EmitVexPrefixByteTwo(/*W=*/ false, in vmovups()
878 ByteTwo = EmitVexPrefixByteTwo(/*W=*/ false, vvvv_reg, SET_VEX_L_128, SET_VEX_PP_NONE); in vaddps()
903 byte_two = EmitVexPrefixByteTwo(/*W=*/ false, vvvv_reg, SET_VEX_L_128, SET_VEX_PP_NONE); in vsubps()
943 ByteTwo = EmitVexPrefixByteTwo(/*W=*/ false, vvvv_reg, SET_VEX_L_128, SET_VEX_PP_NONE); in vmulps()
980 ByteTwo = EmitVexPrefixByteTwo(/*W=*/ false, vvvv_reg, SET_VEX_L_128, SET_VEX_PP_NONE); in vdivps()
1002 ByteTwo = EmitVexPrefixByteTwo(/*W=*/ false, vvvv_reg, SET_VEX_L_128, SET_VEX_PP_66); in vfmadd213ss()
[all …]
Dassembler_x86_64.h1174 uint8_t EmitVexPrefixByteTwo(bool W,
1178 uint8_t EmitVexPrefixByteTwo(bool W,
/art/compiler/utils/x86/
Dassembler_x86.cc193 uint8_t byte_two = EmitVexPrefixByteTwo(false, in blsi()
207 uint8_t byte_two = EmitVexPrefixByteTwo(false, in blsmsk()
221 uint8_t byte_two = EmitVexPrefixByteTwo(false, in blsr()
796 ByteTwo = EmitVexPrefixByteTwo(/*W=*/ false, vvvv_reg, SET_VEX_L_128, SET_VEX_PP_66); in vfmadd213ss()
815 ByteTwo = EmitVexPrefixByteTwo(/*W=*/ true, vvvv_reg, SET_VEX_L_128, SET_VEX_PP_66); in vfmadd213sd()
1532 ByteTwo = EmitVexPrefixByteTwo(/*W=*/ false, in vpmulld()
2189 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/ false, in andn()
4151 uint8_t X86Assembler::EmitVexPrefixByteTwo(bool W, in EmitVexPrefixByteTwo() function in art::x86::X86Assembler
4182 uint8_t X86Assembler::EmitVexPrefixByteTwo(bool W, in EmitVexPrefixByteTwo() function in art::x86::X86Assembler
Dassembler_x86.h1057 uint8_t EmitVexPrefixByteTwo(bool W,
1061 uint8_t EmitVexPrefixByteTwo(bool W,