Searched refs:Int16 (Results 1 - 14 of 14) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub-inl.h | 158 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_0() 169 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_1() 181 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_2() 193 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_3() 205 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_4() 217 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_5() 229 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_6() 241 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_7()
|
H A D | profiler_stub_builder.cpp | 798 hight = Int16LSL(ZExtInt8ToInt16(hight), Int16(8)); // 8 : set as high 8 bits in GetSlotID() 1109 GateRef newJitHotnessCnt = Int16Add(jitHotnessCnt, Int16(1)); in TryJitCompile() 1116 GateRef newJitHotnessCnt = Int16Add(jitHotnessCnt, Int16(1)); in TryJitCompile() 1149 Store(VariableType::INT16(), glue, profileTypeInfo, osrHotnessCntOffset, Int16(0)); in TryJitCompile() 1158 GateRef newOsrHotnessCnt = Int16Add(osrHotnessCnt, Int16(1)); in TryJitCompile()
|
H A D | mcr_circuit_builder.h | 538 inList.push_back(Int16(static_cast<int16_t>(id))); in TypedCallBuiltin()
|
H A D | circuit_builder.cpp | 371 GateRef CircuitBuilder::Int16(int16_t val) in Int16() function in panda::ecmascript::kungfu::CircuitBuilder
|
H A D | interpreter_stub.cpp | 292 Branch(Equal(deOptField, Int16(MachineCode::OSR_DEOPT_FLAG)), &clearMachineCode, &executeBCByAOT); \
310 GateRef newExecCnt = Int16Add(execCnt, Int16(1)); \
4605 GateRef firstArgOffset = Int16(1);
in DECLARE_ASM_HANDLER() 4677 GateRef firstArgOffset = Int16(1);
in DECLARE_ASM_HANDLER() 4750 GateRef firstArgOffset = Int16(1);
in DECLARE_ASM_HANDLER()
|
H A D | stub_builder-inl.h | 61 inline GateRef StubBuilder::Int16(int16_t value) in Int16() function in panda::ecmascript::kungfu::StubBuilder 63 return env_->GetBuilder()->Int16(value); in Int16()
|
H A D | circuit_builder.h | 229 GateRef Int16(int16_t val);
|
H A D | stub_builder.h | 105 GateRef Int16(int16_t value);
|
H A D | typed_hcr_lowering.cpp | 3362 DEFVALUE(value, (&builder_), VariableType::INT16(), builder_.Int16(0)); in LowerStringFromSingleCharCode()
|
H A D | stub_builder.cpp | 10293 ProfilerStubBuilder(env_).SetJitHotnessCnt(glue, profileTypeInfo, Int16(0)); in TryToJitReuseCompiledFunc()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_typedarray_stub_builder.h | 28 V(INT16, Int16, 3) \
|
H A D | builtins_string_stub_builder.cpp | 29 DEFVARIABLE(value, VariableType::INT16(), Int16(0));
in FromCharCode()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 3625 GateRef firstArgOffset = Int16(1); in GenerateCircuit() 3939 GateRef firstArgOffset = Int16(1); in GenerateCircuit()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 24852 t[t.Int16 = 4] = "Int16"; 24950 case C_.Int16: [all...] |
Completed in 106 milliseconds