Home
last modified time | relevance | path

Searched refs:Int64Not (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h466 return env_->Is32Bit() ? Int32Not(x) : Int64Not(x); in IntPtrNot()
509 inline GateRef StubBuilder::Int64Not(GateRef x) in Int64Not() function
511 return env_->GetBuilder()->Int64Not(x); in Int64Not()
Dstub_builder.h187 GateRef Int64Not(GateRef x);
Dcircuit_builder.h87 V(Int64Not, Rev, MachineType::I64) \