Home
last modified time | relevance | path

Searched refs:Int32Not (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h459 inline GateRef StubBuilder::Int32Not(GateRef x) in Int32Not() function
461 return env_->GetBuilder()->Int32Not(x); in Int32Not()
466 return env_->Is32Bit() ? Int32Not(x) : Int64Not(x); in IntPtrNot()
1477 GateRef newVal = Int32Or(Int32And(attr, Int32Not(mask)), in SetDictionaryOrderFieldInPropAttr()
1538 GateRef newVal = Int32Or(Int32And(bitfield1, Int32Not(mask)), in SetIsAllTaggedProp()
1581 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetIsProtoTypeToHClass()
2020 GateRef newVal = Int32Or(Int32And(attr, Int32Not(mask)), in SetOffsetFieldInPropAttr()
2031 GateRef newVal = Int32Or(Int32And(attr, Int32Not(mask)), in SetIsInlinePropsFieldInPropAttr()
2042 GateRef newVal = Int32Or(Int32And(attr, Int32Not(mask)), in SetTrackTypeInPropAttr()
2077 GateRef newVal = Int32Or(Int32And(attr, Int32Not(mask)), in SetTaggedRepInPropAttr()
[all …]
Doperations_stub_builder.cpp1380 result = IntToTaggedPtr(Int32Not(valueInt)); in Not()
1392 result = IntToTaggedPtr(Int32Not(DoubleToInt(glue, valueDouble))); in Not()
Dnumber_speculative_lowering.cpp403 GateRef result = builder_.Int32Not(value); in VisitNumberNot()
Dinterpreter_stub.cpp2324 GateRef offset = Int32Not(TruncPtrToInt32(PtrSub(*varPc, fistPC))); in DECLARE_ASM_HANDLER()
2387 GateRef offset = Int32Not(TruncPtrToInt32(PtrSub(*varPc, fistPC))); in DECLARE_ASM_HANDLER()
2463 GateRef offset = Int32Not(TruncPtrToInt32(PtrSub(*varPc, fistPC))); in DECLARE_ASM_HANDLER()
2537 GateRef offset = Int32Not(TruncPtrToInt32(PtrSub(*varPc, fistPC))); in DECLARE_ASM_HANDLER()
2869 GateRef offset = Int32Not(TruncPtrToInt32(PtrSub(*varPc, fistPC))); in DECLARE_ASM_HANDLER()
Dstub_builder.h178 GateRef Int32Not(GateRef x);
Dcircuit_builder.h86 V(Int32Not, Rev, MachineType::I32) \