Searched defs:rd (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 377 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/ |
| D | stress_common.py | 61 def collect_from(rd, func) -> List[str]: argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | options.cpp | 154 std::random_device rd; in GenerateEvaluationWrapper() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context_misc.cpp | 278 auto rd = panda_file::File::Open(f); in Read() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_vm.h | 439 std::random_device rd; in InitializeRandomEngine() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | live_registers_test.cpp | 288 auto rd = graph->GetRegisters(); in TEST_F() local
|
| D | reg_alloc_linear_scan_test.cpp | 1476 auto rd = graph->GetRegisters(); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | rb_tree_node_test.cpp | 218 std::random_device rd; in HWTEST_F_L0() local
|
| D | js_api_hashmap_test.cpp | 391 std::random_device rd; in HWTEST_F_L0() local
|
| D | tagged_hash_array_test.cpp | 408 std::random_device rd; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_obj_emitter.cpp | 745 RegOperand &rd = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd + index)); in GenAddSubRegInsn() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 25130 function rd(t) { function
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|