Lines Matching refs:or

37 corresponds to a list of instructions terminated by a label, or
41 which corresponds to a list of instructions terminated by a label or
44 zero or more conditional branch instructions.
49 TCG instructions or *ops* operate on TCG *variables*, both of which
79 they are called *direct globals*, or may be specified as an offset
120 An alias for ``TCG_TYPE_I32`` or ``TCG_TYPE_I64``, depending on the size
125 An alias for ``TCG_TYPE_I32`` or ``TCG_TYPE_I64``, depending on the size
157 i32, i64, i128 or pointer types.
162 or may raise an exception. This default can be overridden using the
173 The helper does not read globals, either directly or via an exception.
226 | *<ret>* optional 32 bit or 64 bit return value
227 | *<params>* optional 32 bit or 64 bit parameters
283 | Undefined behavior if division by zero or overflow.
293 | Undefined behavior if division by zero or overflow.
304 | Undefined behaviour if division by zero, or the double-word
314 | Undefined behaviour if division by zero, or the double-word
329 * - or *t0*, *t1*, *t2*
347 - | *t0* = ~(*t1* ^ *t2*), or equivalently, *t0* = *t1* ^ ~\ *t2*
385 | Unspecified behavior for negative or out-of-range shifts.
390 | Unspecified behavior for negative or out-of-range shifts.
395 | Unspecified behavior for negative or out-of-range shifts.
400 | Unspecified behavior for negative or out-of-range shifts.
405 | Unspecified behavior for negative or out-of-range shifts.
484 not see either 0 or N as inputs for these opcodes.
490 or may require additional canonicalization.
496 or may require additional canonicalization.
572 | Load 8, 16, 32 or 64 bits with or without sign extension from host memory.
585 | Write 8, 16, 32 or 64 bits to host memory.
629 | Depending on the host architecture, the carry bit may or may not be
670 - | Provide the high part of a signed or unsigned multiply, respectively.
747 - | Load data at the guest address *t1* into *t0*, or store data in *t0* at guest
753 if dealing with 64-bit quantities on a 32-bit host, or 128-bit quantities on
756 | The *memidx* selects the qemu tlb index to use (e.g. user or kernel access).
840 element is set to the minimum or maximum value for the type.
938 The target word size (``TCG_TARGET_REG_BITS``) is expected to be 32 bit or
953 They ensure that the values are correctly truncated or extended when
954 moved from a 32-bit to a 64-bit register or vice-versa. Note that the
959 - 32-bit values in a 64-bit register do not need to stay zero or
979 A target can define specific register or constant constraints. If an
997 The ld/st instructions must accept any destination (ld) or source (st)
1011 - The function can return 0 or 1 value in registers. On a 32 bit
1023 - Don't hesitate to use helpers for complicated or seldom used guest
1027 helpers doing complex logic or arithmetic, where the C compiler has