Home
last modified time | relevance | path

Searched refs:TruncPtrToInt32 (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp65 GateRef offset = TruncPtrToInt32(PtrSub(pc, firstPC)); in ProfileOpType()
100 GateRef offset = TruncPtrToInt32(PtrSub(pc, firstPC)); in ProfileOpType()
118 GateRef offset = TruncPtrToInt32(PtrSub(pc, firstPC)); in ProfileDefineClass()
145 traceId = TruncPtrToInt32(PtrSub(pc, pfAddr)); in ProfileCreateObject()
153 traceId = TruncPtrToInt32(PtrSub(pc, pfAddr)); in ProfileCreateObject()
161 GateRef offset = TruncPtrToInt32(PtrSub(pc, firstPC)); in ProfileCreateObject()
182 GateRef offset = TruncPtrToInt32(PtrSub(pc, firstPC)); in ProfileObjLayout()
212 GateRef offset = TruncPtrToInt32(PtrSub(pc, firstPC)); in ProfileCall()
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.h514 GateRef TruncPtrToInt32(GateRef x);
Dcircuit_builder.h108 V(TruncPtrToInt32, Trunc, MachineType::I32) \
Dstub_builder-inl.h1956 inline GateRef StubBuilder::TruncPtrToInt32(GateRef x) in TruncPtrToInt32() function
Dstub_builder.cpp1150 GateRef bitOffset = TruncPtrToInt32(bitOffsetPtr); in SetValueWithBarrier()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.h75 Branch(Int32GreaterThan(TruncPtrToInt32(numArg), Int32(0)), &isValid, &exit); in GetCallArg0()
95 Branch(Int32GreaterThan(TruncPtrToInt32(numArg), Int32(1)), &isValid, &exit); in GetCallArg1()
116 Branch(Int32GreaterThan(TruncPtrToInt32(numArg), Int32(2)), &isValid, &exit); in GetCallArg2()