OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MiscField
(Results
1 - 22
of
22
) sorted by null
/external/v8/src/compiler/ppc/
instruction-selector-ppc.cc
234
opcode |=
MiscField
::encode(kMemoryAccessPoisoned);
305
code |=
MiscField
::encode(static_cast<int>(record_write_mode));
[
all
...]
code-generator-ppc.cc
279
static_cast<MemoryAccessMode>(
MiscField
::decode(instr->opcode()));
[
all
...]
/external/v8/src/compiler/
code-generator-impl.h
220
return
MiscField
::decode(instr->opcode()) & flag;
instruction-codes.h
246
typedef BitField<int, 22, 10>
MiscField
;
instruction-selector.cc
722
opcode |=
MiscField
::encode(static_cast<int>(input_count));
770
opcode |=
MiscField
::encode(static_cast<int>(input_count));
[
all
...]
code-generator.cc
673
size_t frame_state_offset =
MiscField
::decode(instr->opcode());
864
CallDescriptor::Flags flags(
MiscField
::decode(instr->opcode()));
[
all
...]
/external/v8/src/compiler/x64/
instruction-selector-x64.cc
319
code |=
MiscField
::encode(kMemoryAccessProtected);
322
code |=
MiscField
::encode(kMemoryAccessPoisoned);
365
code |=
MiscField
::encode(static_cast<int>(record_write_mode));
400
MiscField
::encode(kMemoryAccessProtected);
[
all
...]
code-generator-x64.cc
337
static_cast<MemoryAccessMode>(
MiscField
::decode(opcode));
347
static_cast<MemoryAccessMode>(
MiscField
::decode(opcode));
[
all
...]
/external/v8/src/compiler/ia32/
instruction-selector-ia32.cc
320
code |=
MiscField
::encode(kMemoryAccessPoisoned);
368
code |=
MiscField
::encode(static_cast<int>(record_write_mode));
768
V(Float32RoundDown, kSSEFloat32Round |
MiscField
::encode(kRoundDown)) \
769
V(Float64RoundDown, kSSEFloat64Round |
MiscField
::encode(kRoundDown)) \
770
V(Float32RoundUp, kSSEFloat32Round |
MiscField
::encode(kRoundUp)) \
771
V(Float64RoundUp, kSSEFloat64Round |
MiscField
::encode(kRoundUp)) \
772
V(Float32RoundTruncate, kSSEFloat32Round |
MiscField
::encode(kRoundToZero)) \
773
V(Float64RoundTruncate, kSSEFloat64Round |
MiscField
::encode(kRoundToZero)) \
775
kSSEFloat32Round |
MiscField
::encode(kRoundToNearest)) \
776
V(Float64RoundTiesEven, kSSEFloat64Round |
MiscField
::encode(kRoundToNearest)
[
all
...]
code-generator-ia32.cc
338
static_cast<MemoryAccessMode>(
MiscField
::decode(opcode));
776
int const num_parameters =
MiscField
::decode(instr->opcode());
782
static_cast<SaveFPRegsMode>(
MiscField
::decode(instr->opcode()));
795
static_cast<SaveFPRegsMode>(
MiscField
::decode(instr->opcode())));
810
int const num_parameters =
MiscField
::decode(instr->opcode());
[
all
...]
/external/v8/src/compiler/mips/
instruction-scheduler-mips.cc
1324
static_cast<SaveFPRegsMode>(
MiscField
::decode(instr->opcode()));
1329
static_cast<SaveFPRegsMode>(
MiscField
::decode(instr->opcode()));
[
all
...]
instruction-selector-mips.cc
285
opcode |=
MiscField
::encode(kMemoryAccessPoisoned);
344
code |=
MiscField
::encode(static_cast<int>(record_write_mode));
[
all
...]
code-generator-mips.cc
319
static_cast<MemoryAccessMode>(
MiscField
::decode(opcode));
692
int const num_parameters =
MiscField
::decode(instr->opcode());
700
static_cast<SaveFPRegsMode>(
MiscField
::decode(instr->opcode()));
713
static_cast<SaveFPRegsMode>(
MiscField
::decode(instr->opcode())));
727
int const num_parameters =
MiscField
::decode(instr->opcode());
[
all
...]
/external/v8/src/compiler/mips64/
instruction-scheduler-mips64.cc
1209
static_cast<SaveFPRegsMode>(
MiscField
::decode(instr->opcode()));
1214
static_cast<SaveFPRegsMode>(
MiscField
::decode(instr->opcode()));
[
all
...]
code-generator-mips64.cc
330
static_cast<MemoryAccessMode>(
MiscField
::decode(opcode));
712
int const num_parameters =
MiscField
::decode(instr->opcode());
720
static_cast<SaveFPRegsMode>(
MiscField
::decode(instr->opcode()));
733
static_cast<SaveFPRegsMode>(
MiscField
::decode(instr->opcode())));
747
int const num_parameters =
MiscField
::decode(instr->opcode());
[
all
...]
instruction-selector-mips64.cc
399
opcode |=
MiscField
::encode(kMemoryAccessPoisoned);
448
code |=
MiscField
::encode(static_cast<int>(record_write_mode));
[
all
...]
/external/v8/src/compiler/arm/
code-generator-arm.cc
331
static_cast<MemoryAccessMode>(
MiscField
::decode(opcode));
342
static_cast<MemoryAccessMode>(
MiscField
::decode(opcode)));
[
all
...]
instruction-selector-arm.cc
499
opcode |=
MiscField
::encode(kMemoryAccessPoisoned);
558
code |=
MiscField
::encode(static_cast<int>(record_write_mode));
[
all
...]
/external/v8/src/compiler/s390/
code-generator-s390.cc
[
all
...]
instruction-selector-s390.cc
705
opcode |=
MiscField
::encode(kMemoryAccessPoisoned);
763
code |=
MiscField
::encode(static_cast<int>(record_write_mode));
[
all
...]
/external/v8/src/compiler/arm64/
code-generator-arm64.cc
371
static_cast<MemoryAccessMode>(
MiscField
::decode(opcode));
705
static_cast<SaveFPRegsMode>(
MiscField
::decode(instr->opcode()));
718
static_cast<SaveFPRegsMode>(
MiscField
::decode(instr->opcode())));
732
int const num_parameters =
MiscField
::decode(instr->opcode());
829
static_cast<RecordWriteMode>(
MiscField
::decode(instr->opcode()));
[
all
...]
instruction-selector-arm64.cc
647
opcode |=
MiscField
::encode(kMemoryAccessPoisoned);
707
code |=
MiscField
::encode(static_cast<int>(record_write_mode));
[
all
...]
Completed in 713 milliseconds