Home
last modified time | relevance | path

Searched +full:right +full:- +full:justified (Results 1 – 2 of 2) sorted by relevance

/qemu/docs/devel/
H A Dcode-provenance.rst1 .. _code-provenance:
17 Signed-off-by: YOUR NAME <YOUR@EMAIL>
30 have the right to submit it under the open source license
35 license and I have the right under that license to submit that
47 personal information I submit with it, including my sign-off) is
51 The name used with "Signed-off-by" does not need to be your legal name, nor
57 ``Signed-off-by`` lines, matches that of the git commit ``Author`` field.
63 nonetheless expected to add their own ``Signed-off-by`` to comply with the
70 this scenario, git commits will usually be expected to have a ``Signed-off-by``
73 * The non-primary author's contributions were so trivial that they can be
[all …]
/qemu/tcg/ppc/
H A Dtcg-target.c.inc30 * Clang defines _CALL_ELF (64-bit) but not _CALL_SYSV or _CALL_AIX.
70 calling convention, we can re-use the TOC register since we'll be reloading
71 it at every call. Otherwise R12 will do nicely as neither a call-saved
145 TCG_REG_R12, /* call clobbered, non-arguments */
158 /* V0 and V1 reserved as temporaries; V20 - V31 are call-saved */
224 return tcg_tbrel_diff(s, target) - 4;
346 if ((ct & TCG_CT_CONST_N16) && -sval == (int16_t)-sval) {
358 if ((ct & TCG_CT_CONST_MONE) && sval == -1) {
693 #define FXM(b) (1 << (19 - (b)))
792 hi = value - lo;
[all …]