Searched refs:SET_VEX_L (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86.h | 913 int SET_VEX_L, 917 int SET_VEX_L, 920 int SET_VEX_L,
|
D | assembler_x86.cc | 3959 int SET_VEX_L, in EmitVexPrefixByteOne() argument 3985 vex_prefix |= SET_VEX_L; in EmitVexPrefixByteOne() 3993 int SET_VEX_L, in EmitVexPrefixByteTwo() argument 4016 vex_prefix |= SET_VEX_L; in EmitVexPrefixByteTwo() 4023 int SET_VEX_L, in EmitVexPrefixByteTwo() argument 4039 vex_prefix |= SET_VEX_L; in EmitVexPrefixByteTwo()
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 1027 int SET_VEX_L, 1031 int SET_VEX_L, 1034 int SET_VEX_L,
|
D | assembler_x86_64.cc | 5485 int SET_VEX_L, in EmitVexPrefixByteOne() argument 5511 vex_prefix |= SET_VEX_L; in EmitVexPrefixByteOne() 5519 int SET_VEX_L, in EmitVexPrefixByteTwo() argument 5543 vex_prefix |= SET_VEX_L; in EmitVexPrefixByteTwo() 5550 int SET_VEX_L, in EmitVexPrefixByteTwo() argument 5564 vex_prefix |= SET_VEX_L; in EmitVexPrefixByteTwo()
|