Home
last modified time | relevance | path

Searched defs:rd (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp377 void AssemblerAarch64::Mov(const Register &rd, const Immediate &imm) in Mov()
455 void AssemblerAarch64::Mov(const Register &rd, const Register &rm) in Mov()
499 bool AssemblerAarch64::TrySequenceOfOnes(const Register &rd, uint64_t imm) in TrySequenceOfOnes()
566 bool AssemblerAarch64::TryReplicateHWords(const Register &rd, uint64_t imm) in TryReplicateHWords()
616 void AssemblerAarch64::EmitMovInstruct(const Register &rd, uint64_t imm, in EmitMovInstruct()
654 void AssemblerAarch64::Movz(const Register &rd, uint64_t imm, int shift) in Movz()
659 void AssemblerAarch64::Movk(const Register &rd, uint64_t imm, int shift) in Movk()
664 void AssemblerAarch64::Movn(const Register &rd, uint64_t imm, int shift) in Movn()
669 void AssemblerAarch64::MovWide(uint32_t op, const Register &rd, uint64_t imm, int shift) in MovWide()
678 void AssemblerAarch64::Orr(const Register &rd, const Register &rn, const LogicalImmediate &imm) in Orr()
[all …]
/arkcompiler/runtime_core/libabckit/tests/stress/
Dstress_common.py61 def collect_from(rd, func) -> List[str]: argument
/arkcompiler/ets_frontend/ets2panda/util/
Doptions.cpp154 std::random_device rd; in GenerateEvaluationWrapper() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context_misc.cpp278 auto rd = panda_file::File::Open(f); in Read() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.h439 std::random_device rd; in InitializeRandomEngine() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dlive_registers_test.cpp288 auto rd = graph->GetRegisters(); in TEST_F() local
Dreg_alloc_linear_scan_test.cpp1476 auto rd = graph->GetRegisters(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/tests/
Drb_tree_node_test.cpp218 std::random_device rd; in HWTEST_F_L0() local
Djs_api_hashmap_test.cpp391 std::random_device rd; in HWTEST_F_L0() local
Dtagged_hash_array_test.cpp408 std::random_device rd; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_obj_emitter.cpp745 RegOperand &rd = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd + index)); in GenAddSubRegInsn() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js25130 function rd(t) { function
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument