Home
last modified time | relevance | path

Searched refs:ChangeInt32ToInt64 (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/compiler/
Dmemory-optimizer.cc228 machine()->Is64() ? __ ChangeInt32ToInt64(size) : size), in VisitAllocateRaw()
280 __ IntAdd(top, machine()->Is64() ? __ ChangeInt32ToInt64(size) : size); in VisitAllocateRaw()
Dgraph-assembler.h22 V(ChangeInt32ToInt64) \
Dmachine-operator.h332 const Operator* ChangeInt32ToInt64(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h641 Node* ChangeInt32ToInt64(Node* a) { in ChangeInt32ToInt64() function
642 return AddNode(machine()->ChangeInt32ToInt64(), a); in ChangeInt32ToInt64()
Dopcodes.h624 V(ChangeInt32ToInt64) \
Dwasm-compiler.cc755 op = m->ChangeInt32ToInt64(); in Unop()
1379 graph()->NewNode(m->ChangeInt32ToInt64(), result), in BuildChangeEndiannessLoad()
2747 value = graph()->NewNode(mcgraph()->machine()->ChangeInt32ToInt64(), value); in BuildChangeInt32ToIntPtr()
3221 load = graph()->NewNode(mcgraph()->machine()->ChangeInt32ToInt64(), load); in LoadMem()
Dmachine-operator.cc166 V(ChangeInt32ToInt64, Operator::kNoProperties, 1, 0, 1) \
Dcode-assembler.cc912 return ReinterpretCast<IntPtrT>(raw_assembler()->ChangeInt32ToInt64(value)); in ChangeInt32ToIntPtr()
Dcode-assembler.h528 V(ChangeInt32ToInt64, Int64T, Int32T) \
Deffect-control-linearizer.cc3449 value = __ ChangeInt32ToInt64(value); in ChangeInt32ToIntPtr()
3680 index = __ ChangeInt32ToInt64(index); in LowerLoadFieldByIndex()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc1416 V(Word32, ChangeInt32ToInt64, kS390_SignExtendWord32ToInt64, \