/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_64.c | 57 #define RN(rn) ((sljit_ins)reg_map[rn] << 5) macro 530 return push_inst(compiler, (ORRI ^ W_OP) | RD(dst) | RN(TMP_ZERO) | bitmask); in load_immediate() 538 return push_inst(compiler, ORRI | RD(dst) | RN(TMP_ZERO) | bitmask); in load_immediate() 663 return push_inst(compiler, ((op == SLJIT_ADD ? ADDI : SUBI) ^ inv_bits) | RD(dst) | RN(reg)); in emit_op_imm() 667 return push_inst(compiler, (ADDI ^ inv_bits) | RD(dst) | RN(reg) | ((sljit_ins)imm << 10)); in emit_op_imm() 672 return push_inst(compiler, (SUBI ^ inv_bits) | RD(dst) | RN(reg) | ((sljit_ins)nimm << 10)); in emit_op_imm() 676 return push_inst(compiler, (ADDI ^ inv_bits) | RD(dst) | RN(reg) | (((sljit_ins)imm >> 12) << 10) | (1 << 22)); in emit_op_imm() 680 return push_inst(compiler, (SUBI ^ inv_bits) | RD(dst) | RN(reg) | (((sljit_ins)nimm >> 12) << 10) | (1 << 22)); in emit_op_imm() 683 FAIL_IF(push_inst(compiler, (ADDI ^ inv_bits) | RD(dst) | RN(reg) | (((sljit_ins)imm >> 12) << 10) | (1 << 22))); in emit_op_imm() 684 return push_inst(compiler, (ADDI ^ inv_bits) | RD(dst) | RN(ds in emit_op_imm() [all...] |
H A D | sljitNativeARM_32.c | 74 #define RN(rn) ((sljit_uw)reg_map[rn] << 16) macro 1025 (data_transfer_insts[(type) & 0xf] | ((add) << 23) | RD(target_reg) | RN(base_reg) | (sljit_uw)(arg)) 1102 FAIL_IF(push_inst(compiler, SUB | RD(SLJIT_SP) | RN(SLJIT_SP) | SRC2_IMM | sizeof(sljit_sw))); in sljit_emit_enter() 1140 FAIL_IF(push_inst(compiler, VLDR_F32 | 0x800100 | RN(SLJIT_SP) in sljit_emit_enter() 1149 FAIL_IF(push_inst(compiler, VLDR_F32 | 0x800000 | RN(SLJIT_SP) in sljit_emit_enter() 1167 FAIL_IF(push_inst(compiler, LDR | 0x800000 | RN(SLJIT_SP) | RD(tmp) | (offset + (sljit_uw)size - 4 * sizeof(sljit_sw)))); in sljit_emit_enter() 1252 FAIL_IF(push_inst(compiler, ADD | SRC2_IMM | RD(SLJIT_SP) | RN(SLJIT_SP) | 0xb00 | imm2)); in emit_add_sp() 1253 return push_inst(compiler, ADD | SRC2_IMM | RD(SLJIT_SP) | RN(SLJIT_SP) | 0xf00 | (imm & 0xff)); in emit_add_sp() 1256 return push_inst(compiler, ADD | RD(SLJIT_SP) | RN(SLJIT_SP) | imm2); in emit_add_sp() 1331 return push_inst(compiler, LDR_POST | RN(SLJIT_S in emit_stack_frame_release() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 214 Loop *getAdjustedLoop(RegionNode *RN); 215 unsigned getAdjustedLoopDepth(RegionNode *RN); 314 /// Use the exit block to determine the loop if RN is a SubRegion. 315 Loop *StructurizeCFG::getAdjustedLoop(RegionNode *RN) { in getAdjustedLoop() argument 316 if (RN->isSubRegion()) { in getAdjustedLoop() 317 Region *SubRegion = RN->getNodeAs<Region>(); in getAdjustedLoop() 321 return LI->getLoopFor(RN->getEntry()); in getAdjustedLoop() 324 /// Use the exit block to determine the loop depth if RN is a SubRegion. 325 unsigned StructurizeCFG::getAdjustedLoopDepth(RegionNode *RN) { in getAdjustedLoopDepth() argument 326 if (RN in getAdjustedLoopDepth() 350 RegionNode *RN = cast<RegionNode>(*I); orderNodes() local [all...] |
/third_party/musl/libc-test/src/math/ |
H A D | fenv.c | 172 T(RN, 0x1p+0, 0x1p-52, 0x1.0000000000001p+0, 0x0p+0, 0) 173 T(RN, 0x1p+0, 0x1p-53, 0x1p+0, -0x1p-1, INEXACT) 174 T(RN, 0x1p+0, 0x1.01p-53, 0x1.0000000000001p+0, 0x1.fep-2, INEXACT) 175 T(RN, 0x1p+0, -0x1p-54, 0x1p+0, 0x1p-2, INEXACT) 176 T(RN, 0x1p+0, -0x1.01p-54, 0x1.fffffffffffffp-1, -0x1.fep-2, INEXACT) 177 T(RN, -0x1p+0, -0x1p-53, -0x1p+0, 0x1p-1, INEXACT) 178 T(RN, -0x1p+0, -0x1.01p-53, -0x1.0000000000001p+0, -0x1.fep-2, INEXACT) 179 T(RN, -0x1p+0, 0x1p-54, -0x1p+0, -0x1p-2, INEXACT) 180 T(RN, -0x1p+0, 0x1.01p-54, -0x1.fffffffffffffp-1, 0x1.fep-2, INEXACT)
|
H A D | sinhl.c | 50 if (fabsf(d) < 5.0f || p->r != RN) in main()
|
H A D | sinh.c | 41 if (fabsf(d) < 2.0f || p->r != RN) in main()
|
H A D | sinhf.c | 38 if (p->r != RN) in main()
|
H A D | tgammal.c | 43 if (p->r==RN && fabs(d)>2) { in main()
|
H A D | tan.c | 41 if (p->r != RN) in main()
|
H A D | hypotf.c | 37 if (!checkulp(d, p->r) || (p->r == RN && fabs(d) >= 1.0)) { in main()
|
H A D | hypot.c | 37 if (!checkulp(d, p->r) || (p->r == RN && fabs(d) >= 1.0)) { in main()
|
H A D | sin.c | 39 if (p->r != RN) in main()
|
H A D | cos.c | 39 if (p->r != RN) in main()
|
H A D | hypotl.c | 43 if (!checkulp(d, p->r) || (p->r == RN && fabs(d) >= 1.0)) { in main()
|
H A D | lgammal.c | 53 if ((p->r==RN && fabs(d) > 2) || (!isnan(p->x) && p->x!=-inf && !(p->e&DIVBYZERO) && yi != p->i)) { in main()
|
/third_party/musl/libc-test/src/common/ |
H A D | mtest.h | 5 #undef RN macro 10 #define RN FE_TONEAREST macro 12 #define RN 0 macro 104 if (r == RN) in checkexcept() 123 if (r == RN) in checkulp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineRegionInfo.h | 56 bool operator==(const MachineRegion &RN) const { in operator ==() 57 return this == reinterpret_cast<const MachineRegionNode *>(&RN); in operator ==() 68 bool operator==(const MachineRegionNode &RN) const { in operator ==() 69 return &RN == reinterpret_cast<const MachineRegionNode *>(this); in operator ==()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | SmallSet.h | 259 template <typename T, unsigned LN, unsigned RN, typename C> 260 bool operator==(const SmallSet<T, LN, C> &LHS, const SmallSet<T, RN, C> &RHS) { in operator ==() 271 template <typename T, unsigned LN, unsigned RN, typename C> 272 bool operator!=(const SmallSet<T, LN, C> &LHS, const SmallSet<T, RN, C> &RHS) { in operator !=()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | gen.h | 5 #undef RN macro 9 #define RN FE_TONEAREST macro
|
H A D | util.c | 142 case RN: return "RN"; in rstr() 152 if (strcmp(s, "RN") == 0) in rconv() 153 *r = RN; in rconv()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 348 auto *RN = new RootDDGNode(); variable 349 assert(RN && "Failed to allocate memory for DDG root node."); 350 Graph.addNode(*RN); 351 return *RN;
|
H A D | RegionInfo.h | 888 bool operator==(const Region &RN) const { in operator ==() 889 return this == reinterpret_cast<const RegionNode *>(&RN); in operator ==() 899 bool operator==(const RegionNode &RN) const { in operator ==() 900 return &RN == reinterpret_cast<const RegionNode *>(this); in operator ==()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | repeat.h | 23 #define REPEAT_(RN, P) RN(P,)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFRegisters.cpp | 197 bool PhysicalRegisterInfo::aliasMM(RegisterRef RM, RegisterRef RN) const { in aliasMM() 198 assert(isRegMaskId(RM.Reg) && isRegMaskId(RN.Reg)); in aliasMM() 201 const uint32_t *BN = getRegMaskBits(RN.Reg); in aliasMM()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCInstPrinter.cpp | 56 std::string RN(RegName); in printRegName() 58 RN[0] = 'f'; in printRegName() 59 OS << RN; in printRegName() local
|