OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNWIDE
(Results
1 - 5
of
5
) sorted by null
/art/compiler/dex/quick/arm64/
arm64_lir.h
369
* WIDE,
UNWIDE
macros. For opcodes that allow it, the wide variant can be obtained by applying the
375
#define
UNWIDE
(op) ((ArmOpcode)((op) & ~kA64Wide))
386
#define FUNWIDE
UNWIDE
utility_arm64.cc
92
ArmOpcode opcode =
UNWIDE
(lir->opcode);
567
ArmOpcode wide = (r_dest_src1.Is64Bit()) ? WIDE(0) :
UNWIDE
(0);
636
ArmOpcode wide = (r_dest_src1.Is64Bit()) ? WIDE(0) :
UNWIDE
(0);
817
ArmOpcode wide = (is_wide) ? WIDE(0) :
UNWIDE
(0);
940
ArmOpcode wide = (r_dest_src1.Is64Bit()) ? WIDE(0) :
UNWIDE
(0);
[
all
...]
assemble_arm64.cc
[
all
...]
target_arm64.cc
584
if (
UNWIDE
(Arm64Mir2Lir::EncodingMap[i].opcode) != i) {
776
return Arm64Mir2Lir::EncodingMap[
UNWIDE
(opcode)].flags;
781
return Arm64Mir2Lir::EncodingMap[
UNWIDE
(opcode)].name;
786
return Arm64Mir2Lir::EncodingMap[
UNWIDE
(opcode)].fmt;
[
all
...]
int_arm64.cc
266
ArmOpcode wide = reg.Is64Bit() ? WIDE(0) :
UNWIDE
(0);
272
ArmOpcode wide = reg.Is64Bit() ? WIDE(0) :
UNWIDE
(0);
634
wide =
UNWIDE
(0);
752
ArmOpcode wide =
UNWIDE
(0);
[
all
...]
Completed in 101 milliseconds