OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REX
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp
60
// 0-7 and the difference between the 2 groups is given by the
REX
prefix.
539
// VEX_R: opcode externsion equivalent to
REX
.R in
548
// VEX_X: equivalent to
REX
.X, only used when a
551
// 1: Same as
REX
.X=0 (must be 1 in 32-bit mode)
552
// 0: Same as
REX
.X=1 (64-bit mode only)
562
// VEX_W: opcode specific (use like
REX
.W, or used for
[
all
...]
/external/llvm/lib/Target/X86/
X86CodeEmitter.cpp
160
///
REX
prefix which specifies 1) 64-bit instructions, 2) non-default operand
163
unsigned
REX
= 0;
166
// Pseudo instructions do not need
REX
prefix byte.
170
REX
|= 1 << 3;
177
// If it accesses SPL, BPL, SIL, or DIL, then it requires a 0x40
REX
prefix.
184
REX
|= 0x40;
191
REX
|= (1 << 0) | (1 << 2);
195
REX
|= 1 << 2;
200
REX
|= 1 << 0;
206
REX
|= 1 << 2
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce1.asm
2
db 048h; emit a
REX
prefix, to enable hot-patching
sce3.asm
2
db 048h; emit a
REX
prefix, to enable hot-patching
/external/valgrind/main/memcheck/tests/amd64/
fxsave-amd64.stdout.exp
4
-------- FXSAVE non-64 (
REX
.W == 0) --------
108
-------- FXSAVE 64 (
REX
.W == 1) --------
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
avx.asm
[
all
...]
Completed in 1116 milliseconds