HomeSort by: relevance | last modified time | path
    Searched refs:RType (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/arch/mips/mips/
db_disasm.c 258 const char *name = spec_name[i.RType.func];
261 if ((i.RType.func == OP_SLL) &&
262 (i.RType.rs == 0) &&
263 (i.RType.rt == 0) &&
264 (i.RType.rd == 0)) {
265 switch (i.RType.shamt) {
297 ((i.RType.func == OP_OR) || (i.RType.func == OP_MOVE_ADDU))
298 && i.RType.rt == 0) {
300 reg_name[i.RType.rd]
    [all...]
mips_stacktrace.c 404 switch (i.RType.func) {
414 if (!(mask & (1 << i.RType.rd))
415 || !(mask & (1 << i.RType.rt)))
417 if (i.RType.rd != _R_ZERO)
419 mask |= (1 << i.RType.rs);
420 regs[i.RType.rs] = regs[i.RType.rt];
421 if (i.RType.func >= OP_DADD)
423 regs[i.RType.rs] = (int32_t)regs[i.RType.rs]
    [all...]
mips_fixup.c 366 switch (insn.RType.rs) {
368 if (insn.RType.rd != 22) {
372 if ((used & (1 << insn.RType.rt)) == 0) {
391 switch (insn.RType.func) {
394 if ((used & (1 << insn.RType.rs)) == 0) {
405 return regs[insn.RType.rs];
407 if ((used & (1 << insn.RType.rs)) == 0
408 || (used & (1 << insn.RType.rt)) == 0) {
412 regs[insn.RType.rd] =
413 regs[insn.RType.rs] & regs[insn.RType.rt]
    [all...]
mips_emul.c 85 if (inst.RType.func == OP_JR || inst.RType.func == OP_JALR)
86 nextpc = tf->tf_regs[inst.RType.rs];
100 if ((int)(tf->tf_regs[inst.RType.rs]) < 0)
110 if ((int)(tf->tf_regs[inst.RType.rs]) >= 0)
130 if (tf->tf_regs[inst.RType.rs] == tf->tf_regs[inst.RType.rt])
138 if (tf->tf_regs[inst.RType.rs] != tf->tf_regs[inst.RType.rt])
146 if ((int)(tf->tf_regs[inst.RType.rs]) <= 0
    [all...]
db_interface.c 965 switch (i.RType.rs) {
973 if (i.RType.op == OP_JR || i.RType.op == OP_JALR)
991 && ((i.RType.func == OP_JR && i.RType.rs != 31) ||
992 i.RType.func == OP_JALR))
1013 return (i.JType.op == OP_SPECIAL && i.RType.func == OP_JR &&
1014 i.RType.rs == 31);
1028 (i.JType.op == OP_SPECIAL && i.RType.func == OP_JR);
trap.c 609 (insn.RType.func == OP_BREAK)) {
610 int code = (insn.RType.rs << 5) | insn.RType.rt;
713 (insn.RType.func == OP_TEQ)) {
714 int code = (insn.RType.rd << 5) | insn.RType.shamt;
  /src/sys/arch/arc/arc/
minidebug.c 684 if (i.RType.func == OP_ADDU && i.RType.rt == 0) {
686 reg_name[i.RType.rd],
687 reg_name[i.RType.rs]);
690 printf("%s", spec_name[i.RType.func]);
691 switch (i.RType.func) {
702 reg_name[i.RType.rd],
703 reg_name[i.RType.rt],
704 i.RType.shamt);
714 reg_name[i.RType.rd]
    [all...]
  /src/sys/arch/mips/include/
mips_opcode.h 71 } RType;
113 } RType;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
getopt.d 909 alias RType = typeof(receiver(""));
910 static assert(is(RType : void),
911 "Invalid receiver return type " ~ RType.stringof);
917 alias RType = typeof(receiver());
918 static assert(is(RType : void),
919 "Invalid receiver return type " ~ RType.stringof);
  /src/external/cddl/osnet/dev/dtrace/mips/
dtrace_isa.c 389 switch (i.RType.func) {
415 switch (i.RType.rs) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MicroMipsSizeReduction.cpp 96 ReduceEntry(enum ReduceType RType, struct OpCodes Op,
99 : eRType(RType), ReduceFunction(F), Ops(Op), OpInf(OpInf), Imm(Imm) {}
110 enum ReduceType RType() const { return eRType; }
  /src/external/apache2/llvm/dist/llvm/lib/MC/
ELFObjectWriter.cpp 959 if (uint32_t RType =
963 ERE32.setSymbolAndType(0, RType);
967 if (uint32_t RType =
971 ERE32.setSymbolAndType(0, RType);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 2173 uint64_t RType = getRelocationType(Rel);
2187 if (RType > 5)
2190 res = Table[RType];
2206 if (RType > 9)
2209 res = Table[RType];
2225 if (RType > 9)
2228 res = Table[RType];
2242 if (RType >= array_lengthof(Table))
2245 res = Table[RType];
2267 if (RType > 15
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprCXX.cpp 1207 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) {
1208 if (RType->getDecl()->isStruct()) {
1210 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RType->getDecl()))
1212 for (auto *Field : RType->getDecl()->fields())
CGBuiltin.cpp 1980 static llvm::Value *dumpRecord(CodeGenFunction &CGF, QualType RType,
1984 RecordDecl *RD = RType->castAs<RecordType>()->getDecl()->getDefinition();
1988 CGF.Builder.CreateGlobalStringPtr(RType.getAsString() + " {\n");
2019 FieldPtr = CGF.Builder.CreateStructGEP(CGF.ConvertType(RType), FieldPtr,
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGParser.cpp 2040 RecTy *RType = resolveTypes(Type, VTy);
2041 if (!RType) {
2046 Type = RType;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 2751 Type *RType = RVal->getType();
2752 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy() &&
2757 RType->getPointerAddressSpace()));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 464 unsigned RType = Obj->getAnyRelocationType(RENext);
465 if (RType != MachO::X86_64_RELOC_UNSIGNED)
512 unsigned RType = Obj->getAnyRelocationType(RENext);
514 if (RType != MachO::GENERIC_RELOC_PAIR)
534 unsigned RType = Obj->getAnyRelocationType(RENext);
535 if (RType != MachO::GENERIC_RELOC_PAIR)
574 unsigned RType = Obj->getAnyRelocationType(RENext);
575 if (RType != MachO::ARM_RELOC_PAIR)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp 654 if (const RecordType *RType = ILE->getType()->getAs<RecordType>())
655 if (!RType->getDecl()->isUnion())
776 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) {
777 const RecordDecl *RDecl = RType->getDecl();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 8506 EVT RType = Node->getValueType(1);
8507 if (RType.bitsLT(Overflow.getValueType()))
8508 Overflow = DAG.getNode(ISD::TRUNCATE, dl, RType, Overflow);
8510 assert(RType.getSizeInBits() == Overflow.getValueSizeInBits() &&
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 701 SCEVTypes LType = LHS->getSCEVType(), RType = RHS->getSCEVType();
702 if (LType != RType)
703 return (int)LType - (int)RType;

Completed in 84 milliseconds