Searched refs:EmitVexPrefixByteTwo (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 455 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 …]
|
D | assembler_x86_64.h | 1174 uint8_t EmitVexPrefixByteTwo(bool W, 1178 uint8_t EmitVexPrefixByteTwo(bool W,
|
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 193 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
|
D | assembler_x86.h | 1057 uint8_t EmitVexPrefixByteTwo(bool W, 1061 uint8_t EmitVexPrefixByteTwo(bool W,
|