Searched refs:Is32 (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/compiler/
H A Djs-graph.h97 return machine()->Is32() ? Int32Constant(static_cast<int32_t>(value))
H A Dwasm-compiler.cc828 } else if (m->Is32() && m->Word32Ctz().IsSupported()) {
842 } else if (m->Is32() && m->Word32Popcnt().IsSupported()) {
853 if (m->Is32()) {
859 if (m->Is32()) {
865 if (m->Is32()) {
871 if (m->Is32()) {
1475 if (jsgraph()->machine()->Is32()) {
1493 if (jsgraph()->machine()->Is32()) {
1511 if (jsgraph()->machine()->Is32()) {
1529 if (jsgraph()->machine()->Is32()) {
[all...]
H A Dmachine-operator.h611 bool Is32() const { return word() == MachineRepresentation::kWord32; } function in class:v8::internal::compiler::final
651 return Is32() ? Prefix##32##Suffix() : Prefix##64##Suffix(); \
H A Dint64-lowering.cc42 if (!machine()->Is32()) {
H A Draw-machine-assembler.h172 if (machine()->Is32()) {
H A Deffect-control-linearizer.cc1329 machine()->Is32() ? code : graph()->NewNode(

Completed in 284 milliseconds