OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REX_W
(Results
1 - 24
of
24
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeX86_64.c
38
*inst++ =
REX_W
| ((reg_map[reg] <= 7) ? 0 : REX_B);
53
*code_ptr++ =
REX_W
| REX_B;
122
*inst++ =
REX_W
;
127
*inst++ =
REX_W
| REX_R;
132
*inst++ =
REX_W
| REX_R;
138
*inst++ =
REX_W
;
143
*inst++ =
REX_W
;
148
*inst++ =
REX_W
| REX_B;
164
*inst++ =
REX_W
;
179
*inst++ =
REX_W
;
[
all
...]
sljitNativeX86_common.c
115
#define
REX_W
0x48
781
*inst++ =
REX_W
;
804
*inst++ =
REX_W
| ((op >= SLJIT_DIVMOD_UW) ? REX_B : 0);
811
*inst++ =
REX_W
;
1210
*inst++ =
REX_W
| (reg_map[dst_r] >= 8 ? REX_R : 0) | (reg_map[TMP_REG1] >= 8 ? REX_B : 0);
1422
FAIL_IF(emit_do_imm32(compiler, (!compiler->mode32) ?
REX_W
: 0, (op_eax_imm), immw))
2581
/*
REX_W
is not necessary (src is not immediate). */
2646
*inst++ =
REX_W
| (reg_map[reg] <= 7 ? 0 : (REX_B | REX_R));
/src/external/gpl3/binutils/dist/include/opcode/
i386.h
123
#define
REX_W
8
/src/external/gpl3/binutils.old/dist/include/opcode/
i386.h
123
#define
REX_W
8
/src/external/gpl3/gdb.old/dist/include/opcode/
i386.h
123
#define
REX_W
8
/src/external/gpl3/gdb/dist/include/opcode/
i386.h
123
#define
REX_W
8
/src/external/gpl3/binutils/dist/opcodes/
i386-dis.c
9273
ins->rex |=
REX_W
;
9343
ins->rex |=
REX_W
;
9486
ins->rex |=
REX_W
;
10963
USED_REX (
REX_W
);
10966
if (ins->rex &
REX_W
)
11092
if ((ins->rex &
REX_W
) || (sizeflag & DFLAG))
11096
if (!(ins->rex &
REX_W
))
11136
USED_REX (
REX_W
);
11137
if (ins->rex &
REX_W
)
11147
if (ins->rex &
REX_W
)
[
all
...]
/src/external/gpl3/binutils.old/dist/opcodes/
i386-dis.c
9234
ins->rex |=
REX_W
;
9304
ins->rex |=
REX_W
;
9447
ins->rex |=
REX_W
;
10924
USED_REX (
REX_W
);
10927
if (ins->rex &
REX_W
)
11053
if ((ins->rex &
REX_W
) || (sizeflag & DFLAG))
11057
if (!(ins->rex &
REX_W
))
11097
USED_REX (
REX_W
);
11098
if (ins->rex &
REX_W
)
11108
if (ins->rex &
REX_W
)
[
all
...]
/src/external/gpl3/gdb.old/dist/opcodes/
i386-dis.c
8939
ins->rex |=
REX_W
;
9006
ins->rex |=
REX_W
;
9140
ins->rex |=
REX_W
;
10627
USED_REX (
REX_W
);
10630
if (ins->rex &
REX_W
)
10756
if ((ins->rex &
REX_W
) || (sizeflag & DFLAG))
10760
if (!(ins->rex &
REX_W
))
10800
USED_REX (
REX_W
);
10801
if (ins->rex &
REX_W
)
10811
if (ins->rex &
REX_W
)
[
all
...]
/src/external/gpl3/gdb/dist/opcodes/
i386-dis.c
9241
ins->rex |=
REX_W
;
9311
ins->rex |=
REX_W
;
9454
ins->rex |=
REX_W
;
10931
USED_REX (
REX_W
);
10934
if (ins->rex &
REX_W
)
11060
if ((ins->rex &
REX_W
) || (sizeflag & DFLAG))
11064
if (!(ins->rex &
REX_W
))
11104
USED_REX (
REX_W
);
11105
if (ins->rex &
REX_W
)
11115
if (ins->rex &
REX_W
)
[
all
...]
/src/external/gpl3/binutils/dist/gas/config/
tc-i386.c
836
1. Clear the
REX_W
bit with register operand if possible.
843
1. Clear the
REX_W
bit with register operand if possible.
3069
if ((i.prefix[REX_PREFIX] & prefix &
REX_W
)
3808
(x->rex &
REX_W
) != 0,
4400
w = vexwig == vexw1 || (i.rex &
REX_W
);
4401
else if (i.tm.opcode_modifier.vexw && !(i.rex &
REX_W
))
4404
w = flag_code == CODE_64BIT ? i.rex &
REX_W
: vexwig == vexw1;
4410
&& (i.rex & (
REX_W
| REX_X | REX_B)) == 0)
4626
w = evexwig == evexw1 || (i.rex &
REX_W
);
4627
else if (i.tm.opcode_modifier.vexw && !(i.rex &
REX_W
))
[
all
...]
tc-i386-ginsn.c
55
return (!(i.prefix[REX_PREFIX] &
REX_W
) && i.prefix[DATA_PREFIX]);
/src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c
827
1. Clear the
REX_W
bit with register operand if possible.
834
1. Clear the
REX_W
bit with register operand if possible.
3020
if ((i.prefix[REX_PREFIX] & prefix &
REX_W
)
3754
(x->rex &
REX_W
) != 0,
4326
w = vexwig == vexw1 || (i.rex &
REX_W
);
4327
else if (i.tm.opcode_modifier.vexw && !(i.rex &
REX_W
))
4330
w = flag_code == CODE_64BIT ? i.rex &
REX_W
: vexwig == vexw1;
4336
&& (i.rex & (
REX_W
| REX_X | REX_B)) == 0)
4552
w = evexwig == evexw1 || (i.rex &
REX_W
);
4553
else if (i.tm.opcode_modifier.vexw && !(i.rex &
REX_W
))
[
all
...]
tc-i386-ginsn.c
55
return (!(i.prefix[REX_PREFIX] &
REX_W
) && i.prefix[DATA_PREFIX]);
/src/sys/arch/amd64/amd64/
db_disasm.c
76
#define
REX_W
8
1253
if (rex &
REX_W
)
/src/external/gpl3/binutils/dist/bfd/
elf64-x86-64.c
2271
bool
rex_w
= false;
2286
rex2 |=
REX_W
;
2287
rex_w
= true;
2294
rex_w
= (rex &
REX_W
) != 0;
2305
rex_w
= (rex2 &
REX_W
) != 0;
2313
rex_w
= (rex &
REX_W
) != 0;
2347
if (
rex_w
&& ABI_64_P (link_info->output_bfd)
2269
bool
rex_w
= false;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
elf64-x86-64.c
2259
bool
rex_w
= false;
2274
rex2 |=
REX_W
;
2275
rex_w
= true;
2282
rex_w
= (rex &
REX_W
) != 0;
2293
rex_w
= (rex2 &
REX_W
) != 0;
2301
rex_w
= (rex &
REX_W
) != 0;
2335
if (
rex_w
&& ABI_64_P (link_info->output_bfd)
2257
bool
rex_w
= false;
local
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
elf64-x86-64.c
2259
bool
rex_w
= false;
2274
rex2 |=
REX_W
;
2275
rex_w
= true;
2282
rex_w
= (rex &
REX_W
) != 0;
2293
rex_w
= (rex2 &
REX_W
) != 0;
2301
rex_w
= (rex &
REX_W
) != 0;
2335
if (
rex_w
&& ABI_64_P (link_info->output_bfd)
2257
bool
rex_w
= false;
local
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp
1213
if (TSFlags & X86II::
REX_W
)
1366
assert((STI.hasFeature(X86::Mode64Bit) || !(TSFlags & X86II::
REX_W
)) &&
X86BaseInfo.h
823
//
REX_W
- REX prefixes are instruction prefixes used in 64-bit mode.
829
REX_W
= 1 << REXShift,
914
/// way as
REX_W
is for regular SSE instructions.
/src/external/gpl3/gdb.old/dist/bfd/
elf64-x86-64.c
1984
bool
rex_w
= false;
1989
rex_w
= (rex2 &
REX_W
) != 0;
1994
rex_w
= (rex &
REX_W
) != 0;
2016
if (
rex_w
&& ABI_64_P (link_info->output_bfd))
2018
/* Keep the
REX_W
bit in REX byte for LP64. */
2024
/* If the
REX_W
bit in REX byte isn't needed,
2029
rex_mask |=
REX_W
;
2030
rex2_mask |=
REX_W
;
1982
bool
rex_w
= false;
local
[
all
...]
/src/external/cddl/osnet/dev/dtrace/x86/
dis_tables.c
2272
#define
REX_W
0x08 /* 64 bit operand size when set */
3152
x->d86_rex_prefix |=
REX_W
;
3233
if ((rex_prefix &
REX_W
) || vex_W)
3368
if (rex_prefix &
REX_W
)
3728
if (rex_prefix &
REX_W
) {
3741
if (rex_prefix &
REX_W
)
3755
if (rex_prefix &
REX_W
)
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp
3868
bool UsesRex = MCID.TSFlags & X86II::
REX_W
;
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.cpp
1173
unsigned ShiftCountMask = (MI.getDesc().TSFlags & X86II::
REX_W
) ? 63 : 31;
Completed in 95 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026