Home
last modified time | relevance | path

Searched refs:RType (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/sys/mips/mips/
H A Ddb_disasm.c168 if (i.RType.func == OP_ADDU && i.RType.rt == 0) { in md_printins()
170 reg_name[i.RType.rd], reg_name[i.RType.rs]); in md_printins()
185 reg_name[i.RType.rt], i.RType.shamt); in md_printins()
277 reg_name[i.RType.rt], c0_reg[i.RType.rd]); in md_printins()
282 reg_name[i.RType.rt], c0_reg[i.RType.rd]); in md_printins()
287 reg_name[i.RType.rt], c0_reg[i.RType.rd]); in md_printins()
292 reg_name[i.RType.rt], c0_reg[i.RType.rd]); in md_printins()
310 reg_name[i.RType.rt], i.RType.rd); in md_printins()
315 reg_name[i.RType.rt], i.RType.rd); in md_printins()
320 reg_name[i.RType.rt], i.RType.rd); in md_printins()
[all …]
H A Dtrap.c905 switch (inst.RType.op) { in trap()
907 switch (inst.RType.func) { in trap()
910 if (inst.RType.rd == 29) { in trap()
1192 switch ((int)inst.RType.func) { in MipsEmulateBranch()
1195 retAddr = regsPtr[inst.RType.rs]; in MipsEmulateBranch()
1210 if ((int)(regsPtr[inst.RType.rs]) < 0) in MipsEmulateBranch()
1248 if (regsPtr[inst.RType.rs] == regsPtr[inst.RType.rt]) in MipsEmulateBranch()
1256 if (regsPtr[inst.RType.rs] != regsPtr[inst.RType.rt]) in MipsEmulateBranch()
1264 if ((int)(regsPtr[inst.RType.rs]) <= 0) in MipsEmulateBranch()
1272 if ((int)(regsPtr[inst.RType.rs]) > 0) in MipsEmulateBranch()
[all …]
H A Dstack_machdep.c99 if (insn.RType.func == OP_JR) { in stack_capture()
102 if (insn.RType.rs != RA) in stack_capture()
H A Ddb_interface.c260 switch ((int)inst.RType.func) { in db_inst_type()
306 switch (inst.RType.rs) { in db_inst_type()
H A Ddb_trace.c220 switch (i.RType.func) { in stacktrace_subr()
246 switch (i.RType.rs) { in stacktrace_subr()
/freebsd-12.1/sys/mips/include/
H A Dmips_opcode.h76 } RType; member
108 } RType; member
/freebsd-12.1/sys/cddl/dev/dtrace/mips/
H A Ddtrace_isa.c376 switch (i.RType.func) { in dtrace_next_frame()
402 switch (i.RType.rs) { in dtrace_next_frame()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp97 ReduceEntry(enum ReduceType RType, struct OpCodes Op, in ReduceEntry()
100 : eRType(RType), ReduceFunction(F), Ops(Op), OpInf(OpInf), Imm(Imm) {} in ReduceEntry()
111 enum ReduceType RType() const { return eRType; } in RType() function
/freebsd-12.1/sys/dev/hwpmc/
H A Dhwpmc_mips.c539 switch (i.RType.func) { in pmc_next_frame()
565 switch (i.RType.rs) { in pmc_next_frame()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp727 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString() local
728 if (RType != MachO::X86_64_RELOC_UNSIGNED) in getRelocationValueString()
775 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString() local
777 if (RType != MachO::GENERIC_RELOC_PAIR) in getRelocationValueString()
797 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString() local
798 if (RType != MachO::GENERIC_RELOC_PAIR) in getRelocationValueString()
837 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString() local
838 if (RType != MachO::ARM_RELOC_PAIR) in getRelocationValueString()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp2117 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName() local
2131 if (RType > 5) in getRelocationTypeName()
2134 res = Table[RType]; in getRelocationTypeName()
2150 if (RType > 9) in getRelocationTypeName()
2153 res = Table[RType]; in getRelocationTypeName()
2169 if (RType > 9) in getRelocationTypeName()
2172 res = Table[RType]; in getRelocationTypeName()
2185 if (RType >= array_lengthof(Table)) in getRelocationTypeName()
2188 res = Table[RType]; in getRelocationTypeName()
2210 if (RType > 15) in getRelocationTypeName()
[all …]
/freebsd-12.1/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp954 if (uint32_t RType = in writeRelocations() local
958 ERE32.setSymbolAndType(0, RType); in writeRelocations()
962 if (uint32_t RType = in writeRelocations() local
966 ERE32.setSymbolAndType(0, RType); in writeRelocations()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp1194 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) { in EmitNewArrayInitializer() local
1195 if (RType->getDecl()->isStruct()) { in EmitNewArrayInitializer()
1197 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RType->getDecl())) in EmitNewArrayInitializer()
1199 for (auto *Field : RType->getDecl()->fields()) in EmitNewArrayInitializer()
H A DCGBuiltin.cpp1332 static llvm::Value *dumpRecord(CodeGenFunction &CGF, QualType RType, in dumpRecord() argument
1335 const auto *RT = RType->getAs<RecordType>(); in dumpRecord()
1343 CGF.Builder.CreateGlobalStringPtr(RType.getAsString() + " {\n"); in dumpRecord()
1377 FieldPtr = CGF.Builder.CreateStructGEP(CGF.ConvertType(RType), FieldPtr, in dumpRecord()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp553 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) in FillInEmptyInitForField() local
554 if (!RType->getDecl()->isUnion()) in FillInEmptyInitForField()
665 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) { in FillInEmptyInitializations() local
666 const RecordDecl *RDecl = RType->getDecl(); in FillInEmptyInitializations()
2868 else if (const RecordType *RType = CurrentObjectType->getAs<RecordType>()) { in getStructuredSubobjectInit() local
2869 RecordDecl *RDecl = RType->getDecl(); in getStructuredSubobjectInit()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2719 Type *RType = RVal->getType(); in isCompatibleIVType() local
2720 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy() && in isCompatibleIVType()
2725 RType->getPointerAddressSpace())); in isCompatibleIVType()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3455 EVT RType = Node->getValueType(1); in ExpandNode() local
3456 if (RType.getSizeInBits() < TopHalf.getValueSizeInBits()) in ExpandNode()
3457 TopHalf = DAG.getNode(ISD::TRUNCATE, dl, RType, TopHalf); in ExpandNode()
3459 assert(RType.getSizeInBits() == TopHalf.getValueSizeInBits() && in ExpandNode()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp643 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local
644 if (LType != RType) in CompareSCEVComplexity()
645 return (int)LType - (int)RType; in CompareSCEVComplexity()