Searched refs:RType (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/sys/mips/mips/
H A Ddb_disasm.c168 if (i.RType.func == OP_ADDU && i.RType.rt == 0) {
170 reg_name[i.RType.rd], reg_name[i.RType.rs]);
173 db_printf("%s", spec_name[i.RType.func]);
174 switch (i.RType.func) {
184 db_printf("\t%s,%s,%d", reg_name[i.RType.rd],
185 reg_name[i.RType.rt], i.RType.shamt);
194 db_printf("\t%s,%s,%s", reg_name[i.RType
[all...]
H A Dstack_machdep.c123 if (insn.RType.func == OP_JR) {
124 if (insn.RType.rs != RA)
H A Dtrap.c897 switch (inst.RType.op) {
899 switch (inst.RType.func) {
902 if (inst.RType.rd == 29) {
904 frame_regs[inst.RType.rt] = (register_t)(intptr_t)td->td_md.md_tls;
905 frame_regs[inst.RType.rt] += td->td_proc->p_md.md_tls_tcb_offset;
1184 switch ((int)inst.RType.func) {
1187 retAddr = regsPtr[inst.RType.rs];
1202 if ((int)(regsPtr[inst.RType.rs]) < 0)
1212 if ((int)(regsPtr[inst.RType.rs]) >= 0)
1240 if (regsPtr[inst.RType
[all...]
H A Ddb_interface.c259 switch ((int)inst.RType.func) {
305 switch (inst.RType.rs) {
H A Ddb_trace.c224 switch (i.RType.func) {
250 switch (i.RType.rs) {
/freebsd-13-stable/sys/mips/include/
H A Dmips_opcode.h76 } RType; member in union:__anon14810
108 } RType; member in union:__anon14810
/freebsd-13-stable/sys/cddl/dev/dtrace/mips/
H A Ddtrace_isa.c376 switch (i.RType.func) {
402 switch (i.RType.rs) {
/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_mips.c539 switch (i.RType.func) {
565 switch (i.RType.rs) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp96 ReduceEntry(enum ReduceType RType, struct OpCodes Op, argument
99 : eRType(RType), ReduceFunction(F), Ops(Op), OpInf(OpInf), Imm(Imm) {}
110 enum ReduceType RType() const { return eRType; } function in struct:__anon4211::ReduceEntry
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp959 if (uint32_t RType =
963 ERE32.setSymbolAndType(0, RType);
967 if (uint32_t RType =
971 ERE32.setSymbolAndType(0, RType);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2166 uint64_t RType = getRelocationType(Rel); local
2180 if (RType > 5)
2183 res = Table[RType];
2199 if (RType > 9)
2202 res = Table[RType];
2218 if (RType > 9)
2221 res = Table[RType];
2235 if (RType >= array_lengthof(Table))
2238 res = Table[RType];
2260 if (RType > 1
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1203 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) {
1204 if (RType->getDecl()->isStruct()) {
1206 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RType->getDecl()))
1208 for (auto *Field : RType->getDecl()->fields())
H A DCGBuiltin.cpp1511 static llvm::Value *dumpRecord(CodeGenFunction &CGF, QualType RType,
1515 RecordDecl *RD = RType->castAs<RecordType>()->getDecl()->getDefinition();
1519 CGF.Builder.CreateGlobalStringPtr(RType.getAsString() + " {\n");
1550 FieldPtr = CGF.Builder.CreateStructGEP(CGF.ConvertType(RType), FieldPtr,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1755 RecTy *RType = resolveTypes(Type, VTy); local
1756 if (!RType) {
1761 Type = RType;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2739 Type *RType = RVal->getType(); local
2740 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy() &&
2745 RType->getPointerAddressSpace()));
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp525 unsigned RType = Obj->getAnyRelocationType(RENext); local
526 if (RType != MachO::X86_64_RELOC_UNSIGNED)
573 unsigned RType = Obj->getAnyRelocationType(RENext); local
575 if (RType != MachO::GENERIC_RELOC_PAIR)
595 unsigned RType = Obj->getAnyRelocationType(RENext); local
596 if (RType != MachO::GENERIC_RELOC_PAIR)
635 unsigned RType = Obj->getAnyRelocationType(RENext); local
636 if (RType != MachO::ARM_RELOC_PAIR)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp648 if (const RecordType *RType = ILE->getType()->getAs<RecordType>())
649 if (!RType->getDecl()->isUnion())
770 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) {
771 const RecordDecl *RDecl = RType->getDecl();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7820 EVT RType = Node->getValueType(1);
7821 if (RType.getSizeInBits() < Overflow.getValueSizeInBits())
7822 Overflow = DAG.getNode(ISD::TRUNCATE, dl, RType, Overflow);
7824 assert(RType.getSizeInBits() == Overflow.getValueSizeInBits() &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp668 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); local
669 if (LType != RType)
670 return (int)LType - (int)RType;

Completed in 577 milliseconds