Searched refs:stored (Results 1 – 25 of 34) sorted by relevance
12
/arch/arm/nwfpe/ |
D | softfloat-macros | 39 The result is stored in the location pointed to by `zPtr'. 64 The result is stored in the location pointed to by `zPtr'. 89 64 nonzero bits; this is stored at the location pointed to by `z0Ptr'. The 93 bits shifted off were all zero. This extra result is stored in the location 138 which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 173 nonzero. The result is broken into two 64-bit pieces which are stored at 214 stored at the locations pointed to by `z0Ptr' and `z1Ptr'. The bits shifted 218 were all zero. This extra result is stored in the location pointed to by 285 pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 304 64-bit pieces which are stored at the locations pointed to by `z0Ptr', [all …]
|
/arch/m68k/fpsp040/ |
D | x_ovfl.S | 14 | If the instruction is move_out, then garbage is stored in the 17 | following values should be stored at the destination, based
|
D | bindec.S | 34 | This value is stored in d6. 50 | USER_FPSR. LEN is stored in d4. 97 | The bcd digits are stored in the correct position in 102 | digits are stored in the final string. 219 | as 2^^e * 1.f in extended precision. This value is stored 283 | USER_FPSR. LEN is stored in d4.
|
D | setox.S | 84 | 2.5 Calculate the address of the stored value of 2^(J/64). 143 | where T and t are the stored values for 2^(J/64). 144 | Notes: 2^(J/64) is stored as T and t where T+t approximates 191 | 8.5 Calculate the address of the stored value 2^(J/64).
|
D | x_store.S | 8 | a6 = points to fp value to be stored.
|
D | slogn.S | 39 | beforehand and stored in the program.
|
D | stan.S | 341 |--integer quotient will be stored in N
|
/arch/x86/crypto/ |
D | crc32c-pcl-intel-asm_64.S | 283 less_than_8: # Length should be stored in 291 less_than_4: # Length should be stored in 298 less_than_2: # Length should be stored in the MSB
|
D | sha512-avx-asm.S | 160 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message 162 # The two new schedule QWORDS are stored at [W_t(t)] and [W_t(t+1)]. 164 # [K_t(t)] and [K_t(t+1)] and stored at dqword [WK_2(t)] 270 # Purpose: Updates the SHA512 digest stored at "state" with the message 271 # stored in "data".
|
D | sha512-ssse3-asm.S | 155 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message 157 # The two new schedule QWORDS are stored at [W_t(%%t)] and [W_t(%%t+1)]. 159 # [K_t(%%t)] and [K_t(%%t+1)] and stored at dqword [WK_2(%%t)] 271 # Purpose: Updates the SHA512 digest stored at "state" with the message 272 # stored in "data".
|
D | sha512-avx2-asm.S | 562 # Purpose: Updates the SHA512 digest stored at "state" with the message 563 # stored in "data".
|
/arch/arm/mach-mvebu/ |
D | pmsu_ll.S | 62 ARM_BE8(rev r0, r0) @ the value is stored LE
|
/arch/arm/lib/ |
D | div64.S | 60 @ The aligned divisor is stored in yl preserving the original. 61 @ The bit position is stored in ip.
|
D | backtrace.S | 40 1: stmfd sp!, {pc} @ calculate offset of PC stored
|
/arch/arm64/kvm/vgic/ |
D | vgic-v3.c | 403 bool stored; in vgic_v3_save_pending_tables() local 422 stored = val & (1U << bit_nr); in vgic_v3_save_pending_tables() 429 if (stored == is_pending) in vgic_v3_save_pending_tables()
|
/arch/arm/include/debug/ |
D | tegra.S | 69 ldr \rv, [\rp] @ linked addr is stored there
|
D | brcmstb.S | 58 ldr \rv, [\rp] @ linked addr is stored there
|
/arch/um/ |
D | Kconfig | 133 access files stored on the host. It does not require any 146 If you'd like to be able to work with files stored on the host,
|
/arch/mips/include/asm/mach-cavium-octeon/ |
D | kernel-entry-init.h | 114 # This is the variable where the next core to boot is stored
|
/arch/arm/kernel/ |
D | entry-header.S | 81 @ Bit 2 of EXC_RETURN stored in the lr register specifies which stack
|
/arch/m68k/ |
D | Kconfig.machine | 421 that can be stored in flash, with possibly the text, and data 474 code executes from the position it is stored in the FLASH/ROM.
|
/arch/s390/boot/ |
D | head.S | 290 # valid entry points is stored.
|
/arch/x86/boot/ |
D | header.S | 482 # stored:
|
/arch/sparc/kernel/ |
D | head_32.S | 391 ! will get stored by the prom.
|
/arch/powerpc/ |
D | Kconfig.debug | 283 This console provides input and output buffers stored within the
|
12