Searched refs:Int32Not (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_builder-inl.h | 459 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 …]
|
D | operations_stub_builder.cpp | 1380 result = IntToTaggedPtr(Int32Not(valueInt)); in Not() 1392 result = IntToTaggedPtr(Int32Not(DoubleToInt(glue, valueDouble))); in Not()
|
D | number_speculative_lowering.cpp | 403 GateRef result = builder_.Int32Not(value); in VisitNumberNot()
|
D | interpreter_stub.cpp | 2324 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()
|
D | stub_builder.h | 178 GateRef Int32Not(GateRef x);
|
D | circuit_builder.h | 86 V(Int32Not, Rev, MachineType::I32) \
|