| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| sljitNativeARM_64.c | 55 #define RN(rn) (reg_map[rn] << 5) 444 return push_inst(compiler, (ORRI ^ W_OP) | RD(dst) | RN(TMP_ZERO) | bitmask); 449 return push_inst(compiler, ORRI | RD(dst) | RN(TMP_ZERO) | bitmask); 577 return push_inst(compiler, ((op == SLJIT_ADD ? ADDI : SUBI) ^ inv_bits) | RD(dst) | RN(reg)); 581 return push_inst(compiler, (ADDI ^ inv_bits) | RD(dst) | RN(reg) | (imm << 10)); 586 return push_inst(compiler, (SUBI ^ inv_bits) | RD(dst) | RN(reg) | (nimm << 10)); 590 return push_inst(compiler, (ADDI ^ inv_bits) | RD(dst) | RN(reg) | ((imm >> 12) << 10) | (1 << 22)); 594 return push_inst(compiler, (SUBI ^ inv_bits) | RD(dst) | RN(reg) | ((nimm >> 12) << 10) | (1 << 22)) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| MachineRegionInfo.h | 56 bool operator==(const MachineRegion &RN) const { 57 return this == reinterpret_cast<const MachineRegionNode *>(&RN); 68 bool operator==(const MachineRegionNode &RN) const { 69 return &RN == reinterpret_cast<const MachineRegionNode *>(this);
|
| RDFLiveness.h | 160 MachineBasicBlock *getBlockWithRef(NodeId RN) const;
|
| RDFRegisters.h | 165 bool aliasMM(RegisterRef RM, RegisterRef RN) const;
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| epiphany-opc.c | 414 /* jr $rn */ 417 { { MNEM, ' ', OP (RN), 0 } }, 432 /* jalr $rn */ 435 { { MNEM, ' ', OP (RN), 0 } }, 444 /* ldrb $rd,[$rn,$rm] */ 447 { { MNEM, ' ', OP (RD), ',', '[', OP (RN), ',', OP (RM), ']', 0 } }, 450 /* ldrb $rd,[$rn],$rm */ 453 { { MNEM, ' ', OP (RD), ',', '[', OP (RN), ']', ',', OP (RM), 0 } }, 468 /* ldrb $rd,[$rn,$disp3] */ 471 { { MNEM, ' ', OP (RD), ',', '[', OP (RN), ',', OP (DISP3), ']', 0 } } [all...] |
| mep-opc.c | 599 /* stcb $rn,($rma) */ 602 { { MNEM, ' ', OP (RN), ',', '(', OP (RMA), ')', 0 } }, 605 /* ldcb $rn,($rma) */ 608 { { MNEM, ' ', OP (RN), ',', '(', OP (RMA), ')', 0 } }, 623 /* casb3 $rl5,$rn,($rm) */ 626 { { MNEM, ' ', OP (RL5), ',', OP (RN), ',', '(', OP (RM), ')', 0 } }, 629 /* cash3 $rl5,$rn,($rm) */ 632 { { MNEM, ' ', OP (RL5), ',', OP (RN), ',', '(', OP (RM), ')', 0 } }, 635 /* casw3 $rl5,$rn,($rm) */ 638 { { MNEM, ' ', OP (RL5), ',', OP (RN), ',', '(', OP (RM), ')', 0 } } [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| epiphany-opc.c | 414 /* jr $rn */ 417 { { MNEM, ' ', OP (RN), 0 } }, 432 /* jalr $rn */ 435 { { MNEM, ' ', OP (RN), 0 } }, 444 /* ldrb $rd,[$rn,$rm] */ 447 { { MNEM, ' ', OP (RD), ',', '[', OP (RN), ',', OP (RM), ']', 0 } }, 450 /* ldrb $rd,[$rn],$rm */ 453 { { MNEM, ' ', OP (RD), ',', '[', OP (RN), ']', ',', OP (RM), 0 } }, 468 /* ldrb $rd,[$rn,$disp3] */ 471 { { MNEM, ' ', OP (RD), ',', '[', OP (RN), ',', OP (DISP3), ']', 0 } } [all...] |
| mep-opc.c | 599 /* stcb $rn,($rma) */ 602 { { MNEM, ' ', OP (RN), ',', '(', OP (RMA), ')', 0 } }, 605 /* ldcb $rn,($rma) */ 608 { { MNEM, ' ', OP (RN), ',', '(', OP (RMA), ')', 0 } }, 623 /* casb3 $rl5,$rn,($rm) */ 626 { { MNEM, ' ', OP (RL5), ',', OP (RN), ',', '(', OP (RM), ')', 0 } }, 629 /* cash3 $rl5,$rn,($rm) */ 632 { { MNEM, ' ', OP (RL5), ',', OP (RN), ',', '(', OP (RM), ')', 0 } }, 635 /* casw3 $rl5,$rn,($rm) */ 638 { { MNEM, ' ', OP (RL5), ',', OP (RN), ',', '(', OP (RM), ')', 0 } } [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| epiphany-opc.c | 414 /* jr $rn */ 417 { { MNEM, ' ', OP (RN), 0 } }, 432 /* jalr $rn */ 435 { { MNEM, ' ', OP (RN), 0 } }, 444 /* ldrb $rd,[$rn,$rm] */ 447 { { MNEM, ' ', OP (RD), ',', '[', OP (RN), ',', OP (RM), ']', 0 } }, 450 /* ldrb $rd,[$rn],$rm */ 453 { { MNEM, ' ', OP (RD), ',', '[', OP (RN), ']', ',', OP (RM), 0 } }, 468 /* ldrb $rd,[$rn,$disp3] */ 471 { { MNEM, ' ', OP (RD), ',', '[', OP (RN), ',', OP (DISP3), ']', 0 } } [all...] |
| mep-opc.c | 599 /* stcb $rn,($rma) */ 602 { { MNEM, ' ', OP (RN), ',', '(', OP (RMA), ')', 0 } }, 605 /* ldcb $rn,($rma) */ 608 { { MNEM, ' ', OP (RN), ',', '(', OP (RMA), ')', 0 } }, 623 /* casb3 $rl5,$rn,($rm) */ 626 { { MNEM, ' ', OP (RL5), ',', OP (RN), ',', '(', OP (RM), ')', 0 } }, 629 /* cash3 $rl5,$rn,($rm) */ 632 { { MNEM, ' ', OP (RL5), ',', OP (RN), ',', '(', OP (RM), ')', 0 } }, 635 /* casw3 $rl5,$rn,($rm) */ 638 { { MNEM, ' ', OP (RL5), ',', OP (RN), ',', '(', OP (RM), ')', 0 } } [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| epiphany-opc.c | 414 /* jr $rn */ 417 { { MNEM, ' ', OP (RN), 0 } }, 432 /* jalr $rn */ 435 { { MNEM, ' ', OP (RN), 0 } }, 444 /* ldrb $rd,[$rn,$rm] */ 447 { { MNEM, ' ', OP (RD), ',', '[', OP (RN), ',', OP (RM), ']', 0 } }, 450 /* ldrb $rd,[$rn],$rm */ 453 { { MNEM, ' ', OP (RD), ',', '[', OP (RN), ']', ',', OP (RM), 0 } }, 468 /* ldrb $rd,[$rn,$disp3] */ 471 { { MNEM, ' ', OP (RD), ',', '[', OP (RN), ',', OP (DISP3), ']', 0 } } [all...] |
| mep-opc.c | 599 /* stcb $rn,($rma) */ 602 { { MNEM, ' ', OP (RN), ',', '(', OP (RMA), ')', 0 } }, 605 /* ldcb $rn,($rma) */ 608 { { MNEM, ' ', OP (RN), ',', '(', OP (RMA), ')', 0 } }, 623 /* casb3 $rl5,$rn,($rm) */ 626 { { MNEM, ' ', OP (RL5), ',', OP (RN), ',', '(', OP (RM), ')', 0 } }, 629 /* cash3 $rl5,$rn,($rm) */ 632 { { MNEM, ' ', OP (RL5), ',', OP (RN), ',', '(', OP (RM), ')', 0 } }, 635 /* casw3 $rl5,$rn,($rm) */ 638 { { MNEM, ' ', OP (RL5), ',', OP (RN), ',', '(', OP (RM), ')', 0 } } [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| SmallSet.h | 266 template <typename T, unsigned LN, unsigned RN, typename C> 267 bool operator==(const SmallSet<T, LN, C> &LHS, const SmallSet<T, RN, C> &RHS) { 278 template <typename T, unsigned LN, unsigned RN, typename C> 279 bool operator!=(const SmallSet<T, LN, C> &LHS, const SmallSet<T, RN, C> &RHS) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| NVPTX.h | 136 RN,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| RDFDeadCode.cpp | 71 for (unsigned R = 0, RN = DFG.getTRI().getNumRegs(); R != RN; ++R) {
|
| /src/external/mit/lua/dist/src/ |
| liolib.c | 434 } RN; 440 static int nextc (RN *rn) { 441 if (l_unlikely(rn->n >= L_MAXLENNUM)) { /* buffer overflow? */ 442 rn->buff[0] = '\0'; /* invalidate result */ 446 rn->buff[rn->n++] = rn->c; /* save current char */ 447 rn->c = l_getc(rn->f); /* read next one * 480 RN rn; local [all...] |
| /src/lib/libm/noieee_src/ |
| n_support.c | 464 /* Rounding Mode: RN ...round-to-nearest 469 const int RN=0,RZ=1,RP=2,RM=3; 482 r=swapRM(RN); /* ...save and reset the Rounding Mode to RN */ 512 if(r==RN) t=addc(t); /* ...t=t+ulp */
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| DeclarationName.cpp | 73 unsigned LN = LHSSelector.getNumArgs(), RN = RHSSelector.getNumArgs(); 74 for (unsigned I = 0, N = std::min(LN, RN); I != N; ++I) { 86 return compareInt(LN, RN);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| DDG.h | 362 auto *RN = new RootDDGNode(); 363 assert(RN && "Failed to allocate memory for DDG root node."); 364 Graph.addNode(*RN); 365 return *RN;
|
| RegionInfo.h | 884 bool operator==(const Region &RN) const { 885 return this == reinterpret_cast<const RegionNode *>(&RN); 895 bool operator==(const RegionNode &RN) const { 896 return &RN == reinterpret_cast<const RegionNode *>(this);
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| StructurizeCFG.cpp | 527 for (RegionNode *RN : reverse(Order)) { 529 << (RN->isSubRegion() ? "SubRegion with entry: " : "") 530 << RN->getEntry()->getName() << "\n"); 533 gatherPredicates(RN); 536 Visited.insert(RN->getEntry()); 539 analyzeLoops(RN);
|
| /src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| CodeGenDAGPatterns.h | 1031 Record *getResult(unsigned RN) const { 1032 assert(RN < Results.size()); 1033 return Results[RN]; 1041 Record *getImpResult(unsigned RN) const { 1042 assert(RN < ImpResults.size()); 1043 return ImpResults[RN];
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| RDFRegisters.cpp | 202 bool PhysicalRegisterInfo::aliasMM(RegisterRef RM, RegisterRef RN) const { 203 assert(isRegMaskId(RM.Reg) && isRegMaskId(RN.Reg)); 206 const uint32_t *BN = getRegMaskBits(RN.Reg);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| AVRISelDAGToDAG.cpp | 332 const RegisterSDNode *RN = dyn_cast<RegisterSDNode>(BasePtr.getOperand(0)); 334 if (!RN || (RN->getReg() != AVR::SP)) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| NVPTXInstPrinter.cpp | 130 case NVPTX::PTXCvtMode::RN: 131 O << ".rn";
|