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()
876 ByteTwo = EmitVexPrefixByteTwo(/*W=*/ false, vvvv_reg, SET_VEX_L_128, SET_VEX_PP_NONE); in vaddps()
901 byte_two = EmitVexPrefixByteTwo(/*W=*/ false, vvvv_reg, SET_VEX_L_128, SET_VEX_PP_NONE); in vsubps()
939 ByteTwo = EmitVexPrefixByteTwo(/*W=*/ false, vvvv_reg, SET_VEX_L_128, SET_VEX_PP_NONE); in vmulps()
976 ByteTwo = EmitVexPrefixByteTwo(/*W=*/ false, vvvv_reg, SET_VEX_L_128, SET_VEX_PP_NONE); in vdivps()
1046 ByteTwo = EmitVexPrefixByteTwo(/*W=*/ false, in vmovapd()
[all …]
Dassembler_x86_64.h1029 uint8_t EmitVexPrefixByteTwo(bool W,
1033 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()
1495 ByteTwo = EmitVexPrefixByteTwo(/*W=*/ false, in vpmulld()
2152 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/ false, in andn()
3991 uint8_t X86Assembler::EmitVexPrefixByteTwo(bool W, in EmitVexPrefixByteTwo() function in art::x86::X86Assembler
4022 uint8_t X86Assembler::EmitVexPrefixByteTwo(bool W, in EmitVexPrefixByteTwo() function in art::x86::X86Assembler
Dassembler_x86.h915 uint8_t EmitVexPrefixByteTwo(bool W,
919 uint8_t EmitVexPrefixByteTwo(bool W,