Searched refs:ChangeInt32ToInt64 (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/compiler/ |
D | memory-optimizer.cc | 228 machine()->Is64() ? __ ChangeInt32ToInt64(size) : size), in VisitAllocateRaw() 280 __ IntAdd(top, machine()->Is64() ? __ ChangeInt32ToInt64(size) : size); in VisitAllocateRaw()
|
D | graph-assembler.h | 22 V(ChangeInt32ToInt64) \
|
D | machine-operator.h | 332 const Operator* ChangeInt32ToInt64(); in NON_EXPORTED_BASE()
|
D | raw-machine-assembler.h | 641 Node* ChangeInt32ToInt64(Node* a) { in ChangeInt32ToInt64() function 642 return AddNode(machine()->ChangeInt32ToInt64(), a); in ChangeInt32ToInt64()
|
D | opcodes.h | 624 V(ChangeInt32ToInt64) \
|
D | wasm-compiler.cc | 755 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()
|
D | machine-operator.cc | 166 V(ChangeInt32ToInt64, Operator::kNoProperties, 1, 0, 1) \
|
D | code-assembler.cc | 912 return ReinterpretCast<IntPtrT>(raw_assembler()->ChangeInt32ToInt64(value)); in ChangeInt32ToIntPtr()
|
D | code-assembler.h | 528 V(ChangeInt32ToInt64, Int64T, Int32T) \
|
D | effect-control-linearizer.cc | 3449 value = __ ChangeInt32ToInt64(value); in ChangeInt32ToIntPtr() 3680 index = __ ChangeInt32ToInt64(index); in LowerLoadFieldByIndex()
|
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 1416 V(Word32, ChangeInt32ToInt64, kS390_SignExtendWord32ToInt64, \
|