Home
last modified time | relevance | path

Searched refs:RN (Results 1 - 25 of 58) sorted by relevance

123

/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_64.c57 #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 DsljitNativeARM_32.c74 #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 DStructurizeCFG.cpp214 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 Dfenv.c172 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 Dsinhl.c50 if (fabsf(d) < 5.0f || p->r != RN) in main()
H A Dsinh.c41 if (fabsf(d) < 2.0f || p->r != RN) in main()
H A Dsinhf.c38 if (p->r != RN) in main()
H A Dtgammal.c43 if (p->r==RN && fabs(d)>2) { in main()
H A Dtan.c41 if (p->r != RN) in main()
H A Dhypotf.c37 if (!checkulp(d, p->r) || (p->r == RN && fabs(d) >= 1.0)) { in main()
H A Dhypot.c37 if (!checkulp(d, p->r) || (p->r == RN && fabs(d) >= 1.0)) { in main()
H A Dsin.c39 if (p->r != RN) in main()
H A Dcos.c39 if (p->r != RN) in main()
H A Dhypotl.c43 if (!checkulp(d, p->r) || (p->r == RN && fabs(d) >= 1.0)) { in main()
H A Dlgammal.c53 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 Dmtest.h5 #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 DMachineRegionInfo.h56 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 DSmallSet.h259 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 Dgen.h5 #undef RN macro
9 #define RN FE_TONEAREST macro
H A Dutil.c142 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 DDDG.h348 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 DRegionInfo.h888 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 Drepeat.h23 #define REPEAT_(RN, P) RN(P,)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFRegisters.cpp197 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 DPPCInstPrinter.cpp56 std::string RN(RegName); in printRegName()
58 RN[0] = 'f'; in printRegName()
59 OS << RN; in printRegName() local

Completed in 14 milliseconds

123