Searched refs:SET_VEX_L (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86.h | 992 int SET_VEX_L, 996 int SET_VEX_L, 999 int SET_VEX_L,
|
D | assembler_x86.cc | 4028 int SET_VEX_L, in EmitVexPrefixByteOne() argument 4054 vex_prefix |= SET_VEX_L; in EmitVexPrefixByteOne() 4062 int SET_VEX_L, in EmitVexPrefixByteTwo() argument 4085 vex_prefix |= SET_VEX_L; in EmitVexPrefixByteTwo() 4092 int SET_VEX_L, in EmitVexPrefixByteTwo() argument 4108 vex_prefix |= SET_VEX_L; in EmitVexPrefixByteTwo()
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 1028 int SET_VEX_L, 1032 int SET_VEX_L, 1035 int SET_VEX_L,
|
D | assembler_x86_64.cc | 5494 int SET_VEX_L, in EmitVexPrefixByteOne() argument 5520 vex_prefix |= SET_VEX_L; in EmitVexPrefixByteOne() 5528 int SET_VEX_L, in EmitVexPrefixByteTwo() argument 5552 vex_prefix |= SET_VEX_L; in EmitVexPrefixByteTwo() 5559 int SET_VEX_L, in EmitVexPrefixByteTwo() argument 5573 vex_prefix |= SET_VEX_L; in EmitVexPrefixByteTwo()
|