Home
last modified time | relevance | path

Searched refs:integer (Results 1 – 25 of 31) sorted by relevance

12

/arch/um/drivers/
Dvirtio_uml.c199 sizeof(msg.payload.integer)); in vhost_user_recv_u64()
203 if (msg.header.size != sizeof(msg.payload.integer)) in vhost_user_recv_u64()
205 *value = msg.payload.integer; in vhost_user_recv_u64()
299 .header.size = sizeof(msg.payload.integer), in vhost_user_send_u64()
300 .payload.integer = value, in vhost_user_send_u64()
350 .payload.integer = response, in vhost_user_reply()
352 size_t size = sizeof(reply.header) + sizeof(reply.payload.integer); in vhost_user_reply()
358 reply.header.size = sizeof(reply.payload.integer); in vhost_user_reply()
734 .header.size = sizeof(msg.payload.integer), in vhost_user_set_vring_fd()
735 .payload.integer = index, in vhost_user_set_vring_fd()
[all …]
Dvhost_user.h109 u64 integer; member
/arch/m68k/fpsp040/
Dbinstr.S5 | Description: Converts a 64-bit binary integer to bcd.
7 | Input: 64-bit binary integer in d2:d3, desired length (LEN) in
12 | Output: LEN bcd digits representing the 64-bit integer.
Ddecbin.S26 | for the mantissa which is to be interpreted as 17 integer
27 | digits, rather than 1 integer and 16 fraction digits.
43 | SM = 0 a non-zero digit in the integer position
127 | 4. Subtract 16 to compensate for interpreting the mant as all integer digits.
Dx_snan.S6 | SNAN for float -> integer conversions (integer conversion of
14 | of the mantissa are sent to the integer unit).
Dsint.S4 | The entry point sINT computes the rounded integer
6 | the integer rounded to zero of the input argument.
Dslog2.S81 | Step 1. If X is not an integer power of two, i.e., X != 2^k,
85 | 2.1 Get integer k, X = 2^k.
Dx_operr.S272 | Destination is memory. Get <ea> from integer exception frame
304 | to the kernel operr handler with only the integer exception
Dsetox.S67 | 32-bit integer, the upper (more significant) 16 bits are
71 | in Steps 1.1 and 1.3 can be performed by integer comparison.
81 | 2.2 N := round-to-nearest-integer( X * 64/log2 ).
89 | N := round-to-nearest-integer(Z)
188 | 8.2 N := round-to-integer( X * 64/log2 )
Dsgetem.S121 lsll %d3,%d0 |shift first 1 to integer bit in ms mant
Dx_store.S114 | get rid of ext integer bit
Dround.S275 | NRM_SET shifts and decrements until there is a 1 set in the integer
278 | NRM_ZERO shifts and decrements until there is a 1 set in the integer
391 lsll %d7,%d1 |shift first 1 to integer bit in ms mant
Dbindec.S54 | of decimal places needed to insure LEN integer digits
330 | of decimal places needed to insure LEN integer digits
Dstan.S341 |--integer quotient will be stored in N
/arch/arm/nwfpe/
Dsoftfloat-macros98 integer part of the result is returned at the location pointed to by
223 and the integer part of the result is returned at the locations pointed to
552 Returns an approximation to the 64-bit integer quotient obtained by dividing
557 unsigned integer is returned.
595 by `a'. Considered as an integer, `a' must be at least 2^31. If bit 0 of
596 `aExp' (the least significant bit) is 1, the integer returned approximates
597 2^31*sqrt(`a'/2^31), where `a' is considered an integer. If bit 0 of `aExp'
598 is 0, the integer returned approximates 2^31*sqrt(`a'/2^30). In either
DChangeLog13 - add new method to obtain integer register values.
/arch/alpha/lib/
Dcallback_srm.S48 lda $25,2($31) # two integer arguments
/arch/m68k/ifpsp060/
Disp.doc36 This exception is taken when any of the integer instructions
40 The unimplemented integer instructions are:
Diskeleton.S121 | integer divide where the source operand is a zero, then the _isp_unimp()
DTEST.DOC139 0x0: integer test
/arch/x86/crypto/
Dsha512-ssse3-asm.S165 # For clarity, integer instructions (for the rounds calculation) are indented
273 # The size of the message pointed to by "data" must be an integer multiple
Dsha512-avx-asm.S272 # The size of the message pointed to by "data" must be an integer multiple
/arch/m68k/math-emu/
Dfp_scan.S155 | data types that fit in an integer data register
/arch/m68k/ifpsp060/src/
Dpfpsp.S3195 short foperr_out_l - tbl_operr # long word integer
3201 short foperr_out_b - tbl_operr # byte integer
3354 # operand and save the appropriate minimum or maximum integer value
3365 short fsnan_out_l - tbl_snan # long word integer
3369 short fsnan_out_w - tbl_snan # word integer
/arch/arm/mm/
DKconfig254 based upon the ARM10 integer core with a 16KiB L1 Harvard cache,
273 based upon the ARM10 integer core.

12