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

12

/external/v8/test/cctest/
H A Dtest-assembler-arm.cc508 TestRoundingMode(s32_f64, RN, 0, 0);
509 TestRoundingMode(s32_f64, RN, 0.5, 0);
510 TestRoundingMode(s32_f64, RN, -0.5, 0);
511 TestRoundingMode(s32_f64, RN, 1.5, 2);
512 TestRoundingMode(s32_f64, RN, -1.5, -2);
513 TestRoundingMode(s32_f64, RN, 123.7, 124);
514 TestRoundingMode(s32_f64, RN, -123.7, -124);
515 TestRoundingMode(s32_f64, RN, 123456.2, 123456);
516 TestRoundingMode(s32_f64, RN, -123456.2, -123456);
517 TestRoundingMode(s32_f64, RN, static_cas
[all...]
/external/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h82 CodeExtractor(DominatorTree &DT, const RegionNode &RN,
/external/valgrind/main/none/tests/arm/
H A Dvfp.c77 #define TESTINSN_vmov_core_single(instruction, RN, SD, SDval) \
83 "mov " #RN ", #0\n\t" \
86 "str " #RN ", [%0]\n\t" \
89 : #SD, #RN, "memory" \
91 printf("%s :: "#RN" 0x%08x\n", \
95 #define TESTINSN_vmov_single_core(instruction, SD, RN, RNval) \
99 printf(#RN" 0x%08x\t", RNval); \
101 "mov " #RN ", %1\n\t" \
107 : #SD, #RN, "memory" \
134 #define TESTINSN_vmov_2single_2core(instruction, SD1, SD2, RN, R
[all...]
H A Dv6intARM.c41 #define TESTINST3(instruction, RMval, RNval, RD, RM, RN, carryin) \
51 "mov " #RN ",%3;" \
57 : #RD, #RM, #RN, "cc", "memory" \
70 #define TESTINST4(instruction, RMval, RNval, RSval, RD, RM, RN, RS, carryin) \
80 "mov " #RN ",%3;" \
87 : #RD, #RM, #RN, #RS, "cc", "memory" \
H A Dv6media.c50 #define TESTINST3(instruction, RMval, RNval, RD, RM, RN, carryin) \
58 "mov " #RN ",%3;" \
64 : #RD, #RM, #RN, "cc", "memory" \
79 #define TESTINST4(instruction, RMval, RNval, RSval, RD, RM, RN, RS, carryin) \
87 "mov " #RN ",%3;" \
94 : #RD, #RM, #RN, #RS, "cc", "memory" \
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm.cc518 TestRoundingMode(s32_f64, RN, 0, 0);
519 TestRoundingMode(s32_f64, RN, 0.5, 0);
520 TestRoundingMode(s32_f64, RN, -0.5, 0);
521 TestRoundingMode(s32_f64, RN, 1.5, 2);
522 TestRoundingMode(s32_f64, RN, -1.5, -2);
523 TestRoundingMode(s32_f64, RN, 123.7, 124);
524 TestRoundingMode(s32_f64, RN, -123.7, -124);
525 TestRoundingMode(s32_f64, RN, 123456.2, 123456);
526 TestRoundingMode(s32_f64, RN, -123456.2, -123456);
527 TestRoundingMode(s32_f64, RN, static_cas
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h140 RN, enumerator in enum:llvm::NVPTX::PTXCvtMode::CvtMode
/external/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp186 const SCEV *RN = TransformSubExpr(RO, User, OperandValToReplace); local
187 if (LO != LN || RO != RN)
188 return SE.getUDivExpr(LN, RN);
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h628 Record *getResult(unsigned RN) const {
629 assert(RN < Results.size());
630 return Results[RN];
638 Record *getImpResult(unsigned RN) const {
639 assert(RN < ImpResults.size());
640 return ImpResults[RN];
/external/libvpx/libvpx/build/make/
H A Dads2gas_apple.pl123 if (s/(.*)RN(.*)/$1 .req $2/g)
H A Dads2gas.pl141 # RN to .req
142 if (s/RN\s+([Rr]\d+|lr)/.req $1/)
/external/clang/lib/AST/
H A DDeclarationName.cpp99 unsigned LN = LHSSelector.getNumArgs(), RN = RHSSelector.getNumArgs(); local
100 for (unsigned I = 0, N = std::min(LN, RN); I != N; ++I) {
109 return compareInt(LN, RN);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp568 if (unsigned RN = N->getOperand(i).getResNo())
569 OS << ":" << RN; local
638 if (unsigned RN = getOperand(i).getResNo())
639 OS << ":" << RN; local
H A DInstrEmitter.cpp71 if (RegisterSDNode *RN = dyn_cast<RegisterSDNode>(Node->getOperand(I - 1)))
72 if (TargetRegisterInfo::isPhysicalRegister(RN->getReg()))
/external/v8/src/arm/
H A Dconstants-arm.h408 RN = 0 << 22, // Round to Nearest. enumerator in enum:v8::internal::VFPRoundingMode
414 kRoundToNearest = RN,
H A Dsimulator-arm.cc2967 ASSERT((mode == RN) || (mode == RM) || (mode == RZ));
2980 case RN:
3046 ASSERT((mode == RM) || (mode == RZ) || (mode == RN));
3069 case RN: {
/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp110 buildExtractionBlockSet(const RegionNode &RN) { argument
111 if (!RN.isSubRegion())
113 return buildExtractionBlockSet(RN.getNodeAs<BasicBlock>());
115 const Region &R = *RN.getNodeAs<Region>();
133 CodeExtractor::CodeExtractor(DominatorTree &DT, const RegionNode &RN, argument
136 Blocks(buildExtractionBlockSet(RN)), NumExitBlocks(~0U) {}
/external/chromium_org/v8/src/arm/
H A Dconstants-arm.h395 RN = 0 << 22, // Round to Nearest. enumerator in enum:v8::internal::VFPRoundingMode
401 kRoundToNearest = RN,
H A Dsimulator-arm.cc3258 ASSERT((mode == RN) || (mode == RM) || (mode == RZ));
3271 case RN:
3337 ASSERT((mode == RM) || (mode == RZ) || (mode == RN));
3360 case RN: {
/external/chromium_org/v8/src/mips/
H A Dconstants-mips.h538 RN = 0 << 0, // Round to Nearest.
544 kRoundToNearest = RN,
/external/v8/src/mips/
H A Dconstants-mips.h527 RN = 0 << 0, // Round to Nearest.
533 kRoundToNearest = RN,
/external/llvm/lib/Target/NVPTX/InstPrinter/
H A DNVPTXInstPrinter.cpp126 case NVPTX::PTXCvtMode::RN:
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Dsimpleloopfilter_v6.asm49 src RN r0
50 pstep RN r1
H A Dloopfilter_v6.asm50 src RN r0
51 pstep RN r1
52 count RN r5
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1420 RegisterSDNode *RN = dyn_cast<RegisterSDNode>(Base); local
1421 if (RN && RN->getReg() == 0)
1433 RN = dyn_cast<RegisterSDNode>(Index);
1434 if (RN && RN->getReg() == 0)

Completed in 740 milliseconds

12