Home
last modified time | relevance | path

Searched refs:R2 (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/tests/tcg/multiarch/
H A Dsha1.c65 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); macro
102 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in SHA1Transform()
103 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27); in SHA1Transform()
104 R2(c,d,e,a,b,28); R2(b,c,d,e,a,29); R2(a,b,c,d,e,30); R2(e,a,b,c,d,31); in SHA1Transform()
105 R2(d,e,a,b,c,32); R2(c,d,e,a,b,33); R2(b,c,d,e,a,34); R2(a,b,c,d,e,35); in SHA1Transform()
106 R2(e,a,b,c,d,36); R2(d,e,a,b,c,37); R2(c,d,e,a,b,38); R2(b,c,d,e,a,39); in SHA1Transform()
/openbmc/phosphor-inventory-manager/
H A Dutils.hpp150 template <typename L1, typename L2, typename R1, typename R2>
152 const std::pair<R1, R2>& r) const in operator ()()
185 template <typename L, typename R1, typename R2>
186 bool operator()(const L& l, const std::pair<R1, R2>& r) const in operator ()()
/openbmc/u-boot/doc/
H A DREADME.mediatek26 - For the MT7623n bananapi R2 board use "mt7623n_bpir2_defconfig"
39 https://github.com/BPI-SINOVOIP/BPI-R2-bsp/tree/master/mt-pack/mtk/bpi-r2/bin
135 BPi-R2 (MT7623N) partitions on SD
221 http://wiki.banana-pi.org/Banana_Pi_BPI-R2
H A DREADME.fsl-ddr204 | | R2 | off | 75 | off | 20 | 120 | off | 20 | 20 | off | off |
212 | | R2 | off | 75 | 40 | off | off | off |
264 | | R2 | off | 75 | 150 | off | off | off |
/openbmc/qemu/target/hexagon/idef-parser/
H A DREADME.rst602 56 | 0x00021088: 0x6a09c002 { R2 = C9/pc }
603 57 | 0x0002108c: 0xbfe2ff82 { R2 = add(R2,#0xfffffffc) }
604 58 | 0x00021090: 0x9182c001 { R1 = memw(R2+#0x0) }
605 59 | 0x00021094: 0xf302c101 { R1 = add(R2,R1) }
627 58 | 0x00021090: 0x9182c001 { R1 = memw(R2+#0x0) }
628 59 | 0x00021094: 0xf302c101 { R1 = add(R2,R1) }
631 ``R1 = memw(R2+#0x0)`` or with an incorrect add ``R1 = add(R2,R1)``. At this
/openbmc/u-boot/arch/arm/dts/
H A Dmt7623n-bananapi-bpi-r2.dts12 model = "Bananapi BPI-R2";
/openbmc/qemu/docs/specs/
H A Dvmgenid.rst47 - **R2** to **R5** [These AML requirements are isolated well enough in the
/openbmc/libcper/include/libcper/
H A DCper.h1532 UINT32 R2; member
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h178 template <typename R1, typename R2>
179 using ratio_multiply = decltype(std::ratio_multiply<R1, R2>{});
181 template <typename R1, typename R2>
182 using ratio_divide = decltype(std::ratio_divide<R1, R2>{});
1177 template <class R1, class R2>
1181 static const std::intmax_t gcd_n1_n2 = static_gcd<R1::num, R2::num>::value;
1182 static const std::intmax_t gcd_d1_d2 = static_gcd<R1::den, R2::den>::value;
1185 static const std::intmax_t n2 = R2::num / gcd_n1_n2;
1186 static const std::intmax_t d2 = R2::den / gcd_d1_d2;
/openbmc/qemu/target/mips/
H A Dcpu-defs.c.inc964 /* A generic CPU providing MIPS64 DSP R2 ASE features.
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc1126 /* Add the tlb_table pointer, creating the CPUTLBEntry address into R2. */
/openbmc/u-boot/
H A DREADME4653 R2: reserved for system use
4664 ==> U-Boot will use R2 to hold a pointer to the global data
4700 R2-R5: argument
/openbmc/qemu/tcg/arm/
H A Dtcg-target.c.inc1435 * Load the tlb comparator into R2 and the fast path addend into R1.
/openbmc/libcper/specification/document/
H A Dcper-json-specification.tex952 r2 & uint64 & Register R2. \texttt{UINT32} value null extended to \texttt{UINT64}.\\