Searched refs:SET_VEX_L (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86.h | 1055 int SET_VEX_L, 1059 int SET_VEX_L, 1062 int SET_VEX_L,
|
D | assembler_x86.cc | 4119 int SET_VEX_L, in EmitVexPrefixByteOne() argument 4145 vex_prefix |= SET_VEX_L; in EmitVexPrefixByteOne() 4153 int SET_VEX_L, in EmitVexPrefixByteTwo() argument 4176 vex_prefix |= SET_VEX_L; in EmitVexPrefixByteTwo() 4183 int SET_VEX_L, in EmitVexPrefixByteTwo() argument 4199 vex_prefix |= SET_VEX_L; in EmitVexPrefixByteTwo()
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 1172 int SET_VEX_L, 1176 int SET_VEX_L, 1179 int SET_VEX_L,
|
D | assembler_x86_64.cc | 5761 int SET_VEX_L, in EmitVexPrefixByteOne() argument 5787 vex_prefix |= SET_VEX_L; in EmitVexPrefixByteOne() 5795 int SET_VEX_L, in EmitVexPrefixByteTwo() argument 5819 vex_prefix |= SET_VEX_L; in EmitVexPrefixByteTwo() 5826 int SET_VEX_L, in EmitVexPrefixByteTwo() argument 5840 vex_prefix |= SET_VEX_L; in EmitVexPrefixByteTwo()
|