Home
last modified time | relevance | path

Searched refs:Int8 (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub-inl.h92 return Int8And(Load(VariableType::INT8(), pc, IntPtr(1)), Int8(0xf)); in ReadInst4_0()
99 Int8LSR(Load(VariableType::INT8(), pc, IntPtr(1)), Int8(4)), Int8(0xf)); // 4: read 4 byte of bytecode in ReadInst4_1()
105 return Int8And(Load(VariableType::INT8(), pc, IntPtr(2)), Int8(0xf)); in ReadInst4_2()
112 Int8LSR(Load(VariableType::INT8(), pc, IntPtr(2)), Int8(4)), Int8(0xf)); // 4 : read 4 byte of bytecode in ReadInst4_3()
H A Dprofiler_stub_builder.cpp1126 GateRef jmpImm8 = Int8(static_cast<uint8_t>(EcmaOpcode::JMP_IMM8)); in TryJitCompile()
1127 GateRef jmpImm16 = Int8(static_cast<uint8_t>(EcmaOpcode::JMP_IMM16)); in TryJitCompile()
1128 GateRef jmpImm32 = Int8(static_cast<uint8_t>(EcmaOpcode::JMP_IMM32)); in TryJitCompile()
H A Dcircuit_builder.cpp366 GateRef CircuitBuilder::Int8(int8_t val) in Int8() function in panda::ecmascript::kungfu::CircuitBuilder
H A Dstub_builder-inl.h56 inline GateRef StubBuilder::Int8(int8_t value) in Int8() function in panda::ecmascript::kungfu::StubBuilder
58 return env_->GetBuilder()->Int8(value); in Int8()
H A Dinterpreter_stub.cpp144 Int8Equal(interruptsFlag, Int8(VmThreadControl::VM_NEED_SUSPENSION))), \
5366 BRANCH(Int8Equal(isEntryFrameDropped, Int8(JSThread::FrameDroppedState::StatePending)), in DECLARE_ASM_HANDLER()
5372 Int8(JSThread::FrameDroppedState::StateFalse)); in DECLARE_ASM_HANDLER()
5403 BRANCH(Int8Equal(isEntryFrameDropped, Int8(JSThread::FrameDroppedState::StateTrue)), in DECLARE_ASM_HANDLER()
H A Dcircuit_builder.h228 GateRef Int8(int8_t val);
H A Dstub_builder.h104 GateRef Int8(int8_t value);
H A Dslowpath_lowering.cpp3625 builder_.Branch(builder_.Int8Equal(interruptsFlag, builder_.Int8(VmThreadControl::VM_NEED_SUSPENSION)), in LowerCheckSafePointAndStackOver()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.h25 V(INT8, Int8, 0) \
H A Dbuiltins_number_stub_builder.cpp473 Store(VariableType::INT8(), glue_, dst, IntPtr(0), Int8(45)); // 45: means '-' in NumberToString()
H A Dbuiltins_typedarray_stub_builder.cpp3234 SetContentType(glue, *res, Int8(static_cast<uint8_t>(ContentType::BigInt))); in AllocateTypedArray()
3236 SetContentType(glue, *res, Int8(static_cast<uint8_t>(ContentType::Number))); in AllocateTypedArray()
3297 SetContentType(glue, typedArray, Int8(static_cast<uint8_t>(ContentType::BigInt))); in AllocateTypedArrayBuffer()
3299 SetContentType(glue, typedArray, Int8(static_cast<uint8_t>(ContentType::Number))); in AllocateTypedArrayBuffer()
H A Dbuiltins_string_stub_builder.cpp2248 GateRef needLower = BitAnd(Int8GreaterThanOrEqual(i, Int8(65)), in ToLowerCase()
2249 Int8GreaterThanOrEqual(Int8(90), i)); in ToLowerCase()
2252 GateRef j = Int8Xor(i, Int8(1 << 5)); in ToLowerCase()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp62 Int8Equal(interruptsFlag, Int8(VmThreadControl::VM_NEED_SUSPENSION))), \
5899 Int8Equal(interruptsFlag, Int8(VmThreadControl::VM_NEED_SUSPENSION))), in GenerateCircuit()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js24851 t[t.Int8 = 3] = "Int8";
24947 case C_.Int8:
[all...]

Completed in 93 milliseconds