HomeSort by relevance Sort by last modified time
    Searched refs:VEX_5M (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 478 // VEX_5M (VEX m-mmmmm field):
487 unsigned char VEX_5M = 0x1;
526 VEX_5M = 0x2;
529 VEX_5M = 0x3;
533 VEX_5M = 0x2;
537 VEX_5M = 0x2;
541 VEX_5M = 0x3;
550 VEX_5M = 0x8;
553 VEX_5M = 0x9;
712 if (VEX_B && VEX_X && !VEX_W && !XOP && (VEX_5M == 1)) { // 2 byte VEX prefi
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 839 // VEX_5M (VEX m-mmmmm field):
848 unsigned char VEX_5M = 0x1;
887 VEX_5M = 0x2;
890 VEX_5M = 0x3;
894 VEX_5M = 0x2;
898 VEX_5M = 0x2;
    [all...]

Completed in 447 milliseconds