Home
last modified time | relevance | path

Searched refs:vt (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
H A Dtask_queue_interface.h29 constexpr TaskQueueId(TaskType tt, VMType vt) in TaskQueueId() argument
31 static_cast<uint16_t>(static_cast<uint16_t>(vt) << (BITS_PER_BYTE * sizeof(TaskType)))) in TaskQueueId()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.cpp158 void AssemblerAarch64::Ldp(const VectorRegister &vt, const VectorRegister &vt2, const MemoryOperand &operand) in Ldp() argument
177 switch (vt.GetScale()) { in Ldp()
194 uint32_t opc = GetOpcFromScale(vt.GetScale(), true); in Ldp()
196 Rn(operand.GetRegBase().GetId()) | Rt(vt.GetId()); in Ldp()
204 void AssemblerAarch64::Stp(const VectorRegister &vt, const VectorRegister &vt2, const MemoryOperand &operand) in Stp() argument
223 switch (vt.GetScale()) { in Stp()
240 uint32_t opc = GetOpcFromScale(vt.GetScale(), true); in Stp()
242 Rn(operand.GetRegBase().GetId()) | Rt(vt.GetId()); in Stp()
H A Dassembler_aarch64.h302 void Ldp(const VectorRegister &vt, const VectorRegister &vt2, const MemoryOperand &operand);
303 void Stp(const VectorRegister &vt, const VectorRegister &vt2, const MemoryOperand &operand);
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js10008 function vt(t) {
10145 const Ut = vt(!0);
10146 const Gt = vt(!0);
10325 createMap: vt
10341 createMap: vt,
20197 this._callbackTable = vt(!0);
20301 this._callbackTable = vt(!0);
23713 this._callbackTable = vt(!0);
[all...]

Completed in 41 milliseconds