Home
last modified time | relevance | path

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

12

/llvm-project/llvm/test/MC/Sparc/
H A Dsparc-special-registers.s56 rd %asr2, %i0 label
63 rd %asr3, %i0 label
70 rd %asr4, %i0 label
77 rd %asr5, %i0 label
84 rd %asr6, %i0 label
94 rd %ccr, %i0 label
99 rd %asi, %i0 label
104 rd %tick, %i0 label
109 rd %pc, %i0 label
114 rd %fprs, %i0 label
/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVCInstructions.h22 uint32_t rd; member
53 auto rd = DecodeCI_RD(inst); in DecodeC_LWSP() local
63 auto rd = DecodeCI_RD(inst); in DecodeC_LDSP() local
163 auto rd = DecodeCI_RD(inst); in DecodeC_LI() local
171 auto rd = DecodeCI_RD(inst); in DecodeC_LUI_ADDI16SP() local
195 auto rd = DecodeCI_RD(inst); in DecodeC_ADDI() local
205 auto rd = DecodeCI_RD(inst); in DecodeC_ADDIW() local
215 auto rd = DecodeCIW_RD(inst); in DecodeC_ADDI4SPN() local
229 auto rd = DecodeCI_RD(inst); in DecodeC_SLLI() local
237 auto rd = DecodeCB_RD(inst); in DecodeC_SRLI() local
[all …]
H A DRISCVInstructions.h23 uint32_t rd; member
/llvm-project/clang/test/Analysis/
H A Dcfg-openmp.cpp25 int x, cond, fp, rd, lin, step_sz, map; in target_s_has_device_addr() local
51 int x, cond, fp, rd, map; in target_t_l_has_device_addr() local
74 int x, cond, fp, rd, map; in target_p_l_has_device_addr() local
134 int x, cond, fp, rd, lin, step_sz, map; in xxx() local
296 int x, cond, fp, rd, lin, step_sz, map; in dpf() local
318 int x, cond, fp, rd, lin, step_sz, map; in dpfs() local
340 int x, cond, fp, rd, lin, step_sz, map; in ds() local
357 int x, cond, fp, rd, lin, step_sz, map; in for_fn() local
377 int x, cond, fp, rd, lin, step_sz, map; in fs() local
397 int x, cond, fp, rd, lin, step_sz, map; in ord() local
[all …]
/llvm-project/lldb/unittests/Instruction/LoongArch/
H A DTestLoongArchEmulator.cpp101 static uint32_t EncodeBcondType(uint32_t opcode, uint32_t rj, uint32_t rd, in EncodeBcondType()
107 static uint32_t BEQ(uint32_t rj, uint32_t rd, int32_t offs16) { in BEQ()
111 static uint32_t BNE(uint32_t rj, uint32_t rd, int32_t offs16) { in BNE()
115 static uint32_t BLT(uint32_t rj, uint32_t rd, int32_t offs16) { in BLT()
119 static uint32_t BGE(uint32_t rj, uint32_t rd, int32_t offs16) { in BGE()
123 static uint32_t BLTU(uint32_t rj, uint32_t rd, int32_t offs16) { in BLTU()
127 static uint32_t BGEU(uint32_t rj, uint32_t rd, int32_t offs16) { in BGEU()
/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.cpp359 uint32_t rd = Bits32(inst, 4, 0); in EmulateJIRL64() local
408 uint32_t rd = Bits32(inst, 4, 0); in EmulateBEQ64() local
431 uint32_t rd = Bits32(inst, 4, 0); in EmulateBNE64() local
454 uint32_t rd = Bits32(inst, 4, 0); in EmulateBLT64() local
479 uint32_t rd = Bits32(inst, 4, 0); in EmulateBGE64() local
504 uint32_t rd = Bits32(inst, 4, 0); in EmulateBLTU64() local
527 uint32_t rd = Bits32(inst, 4, 0); in EmulateBGEU64() local
/llvm-project/libcxx/benchmarks/
H A Drandom.bench.cpp
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-examples.cpp8 double &rd = d; in example0() local
H A Dp5-0x.cpp94 double& rd = d; variable
/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DRegisterContextFreeBSDKernel_arm64.cpp53 size_t rd = in ReadRegister() local
H A DRegisterContextFreeBSDKernel_i386.cpp53 size_t rd = in ReadRegister() local
H A DProcessFreeBSDKernel.cpp291 ssize_t rd = 0; in DoReadMemory() local
319 ssize_t rd = 0; DoReadMemory() local
[all...]
H A DRegisterContextFreeBSDKernel_x86_64.cpp55 size_t rd = in ReadRegister() local
/llvm-project/lldb/unittests/Instruction/RISCV/
H A DTestRISCVEmulator.cpp118 constexpr uint32_t EncodeIType(uint32_t opcode, uint32_t funct3, uint32_t rd, in EncodeIType()
123 constexpr uint32_t EncodeJALR(uint32_t rd, uint32_t rs1, int32_t offset) { in EncodeJALR()
200 static void CheckRD(RISCVEmulatorTester *tester, uint64_t rd, uint64_t value) { in CheckRD()
222 uint32_t rd = DecodeRD(inst.inst); in TestInst() local
250 uint32_t rd = DecodeRD(inst); in TestAtomic() local
502 uint32_t rd = DecodeRD(inst.inst); in TestF_D_CalInst() local
/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp87 static uint32_t itype(uint32_t op, uint32_t rd, uint32_t rs1, uint32_t imm) { in itype() argument
90 static uint32_t rtype(uint32_t op, uint32_t rd, uint32_t rs1, uint32_t rs2) { in rtype() argument
93 static uint32_t utype(uint32_t op, uint32_t rd, uint32_t imm) { in utype() argument
740 const uint32_t rd = extractBits(insnPair, 32 + 11, 32 + 7); relaxCall() local
[all...]
/llvm-project/clang/unittests/CodeGen/
H A DCodeGenExternalTest.cpp188 } else if(clang::RecordDecl *rd = dyn_cast<RecordDecl>(decl)) { in test_codegen_fns() local
/llvm-project/third-party/benchmark/test/
H A Dperf_counters_gtest.cc204 static std::mt19937 rd{std::random_device{}()}; in do_work() local
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dfunction-types-builtins.cpp132 auto rd = &unaryret<unsigned char, 3>; variable
/llvm-project/clang/test/SemaCXX/
H A Dreferences.cpp38 double& rd = d; // rd refers to d in test3() local
/llvm-project/clang/test/SemaTemplate/
H A Dcxx1z-using-declaration.cpp228 double &rd = o(d); // expected-error {{no matching function}} in test() local
/llvm-project/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp250 unsigned rd = fieldFromInstruction(Insn, 4, 4) + 16; decodeFMUL2RdRr() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorTranspose.cpp250 Value rd = createUnpackHiPd(b, tc, te, 512); in transposeToShuffle16x16() local
/llvm-project/third-party/benchmark/src/
H A Dbenchmark.cc436 std::random_device rd; in RunBenchmarks() local
/llvm-project/libcxx/test/std/utilities/charconv/charconv.msvc/
H A Dtest.cpp63 random_device rd; initialize_randomness() local
/llvm-project/llvm/lib/Support/
H A DStringRef.cpp70 bool rd = J < RHS.Length && isDigit(RHS.Data[J]); compare_numeric() local

12