OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVEX_B
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h
520
//
EVEX_B
- Set if this instruction has EVEX.B field set.
521
EVEX_B
= 1U << 9,
X86MCCodeEmitter.cpp
205
bool
EVEX_b
= (TSFlags >> X86II::VEXShift) & X86II::
EVEX_B
;
206
if (!
EVEX_b
) {
692
//
EVEX_b
693
unsigned char
EVEX_b
= 0;
714
if (((TSFlags >> X86II::VEXShift) & X86II::
EVEX_B
))
715
EVEX_b
= 1;
883
if (
EVEX_b
) {
[
all
...]
Completed in 33 milliseconds