Searched refs:VEX_B (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp555 // VEX_B:
560 unsigned char VEX_B = 0x1; local
677 // Classify VEX_B, VEX_4V, VEX_R, VEX_X
706 VEX_B = 0x0;
763 VEX_B = 0x0;
798 VEX_B = 0x0;
833 VEX_B = 0x0;
846 VEX_B = 0x0;
882 VEX_B = 0x0;
907 if (VEX_B
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp831 // VEX_B:
836 unsigned char VEX_B = 0x1;
931 // Classify VEX_B, VEX_4V, VEX_R, VEX_X
952 VEX_B = 0x0;
963 VEX_B = 0x0;
997 VEX_B = 0x0;
1017 VEX_B = 0x0;
1040 VEX_B = 0x0;
1051 VEX_B = 0x0;
1070 VEX_B
[all...]
/freebsd-9.3-release/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c1960 #define VEX_B 0x02 /* REX.B in 1's complement form */ macro
2097 if (!(vex_byte1 & VEX_B))
2102 if (r_m != NULL && ((VEX_B & vex_byte1) == 0))
2684 vex_byte1 = (opcode3 & VEX_R) | VEX_X | VEX_B;
2718 vex_B = (opcode3 & VEX_B) >> 1;
2720 vex_byte1 = opcode3 & (VEX_R | VEX_X | VEX_B);

Completed in 73 milliseconds