Searched refs:destination (Results 1 – 25 of 53) sorted by relevance
123
/arch/m68k/fpsp040/ |
D | sto_res.S | 6 | users destination register then fp0 is moved to the 7 | correct floating-point destination register. fp0 and fp1 14 | Output: moves the result to the true destination reg or mem 16 | Modifies: destination floating point register 34 bfextu CMDREG1B(%a6){#13:#3},%d0 |extract cos destination 67 bfextu CMDREG1B(%a6){#6:#3},%d0 |extract destination register
|
D | x_ovfl.S | 10 | destination format. 15 | destination. If the instruction is not move_out, then the 16 | destination is not affected. For 68881 compatibility, the 17 | following values should be stored at the destination, based
|
D | x_snan.S | 171 | Store to the users destination address 174 beqs wrt_dn |destination is a data register 193 | Store to the users destination address 196 beqs wrt_dn |destination is a data register 215 | Store to the users destination address 218 beqs wrt_dn |destination is a data register 258 cmpib #3,%d0 |check for nan in destination 259 bnes issrc |destination nan has priority
|
D | x_unfl.S | 11 | it is equal to the denormalized exponent for the destination 13 | destination format. 224 | ;If destination format is sgl/dbl,
|
D | skeleton.S | 394 | a1 - user destination address 401 | the 68040 always reads the destination address and thus the page 439 | a1 - supervisor destination address 443 | destination address on the supervisor stack. Also like mem_write,
|
D | x_operr.S | 245 | is required to determine the destination. 277 movel EXC_EA(%a6),%a1 |put user destination address in a1 306 | with correct data written to the destination.
|
D | x_store.S | 83 bfextu %d0{#6:#3},%d0 |extract destination register 103 | a0 -> destination address
|
D | util.S | 164 | This sets the round precision according to the destination size. 169 | ;for fmovout, the destination format 325 | get destination format - this is the also the rounding precision 349 | For move out instructions (opclass 011) the destination format 433 | g_dfmtou --- put destination format in d0{1:0}
|
/arch/xtensa/boot/boot-redboot/ |
D | bootstrap.S | 183 # a6 destination 184 # a7 maximum size of destination 197 # a6 destination start 198 # a7 maximum size of destination 201 # a10 destination end
|
/arch/metag/lib/ |
D | memcpy.S | 13 MOV A0.2, D1Ar1 ! destination pointer 33 ANDS D1Ar5, D1Ar1, #7 ! test destination alignment 36 ! The destination address is not 8 byte aligned. We will copy bytes from 37 ! the source to the destination until the remaining data has an 8 byte 38 ! destination address alignment (i.e we should never copy more than 7 57 ! Both source and destination are 8 byte aligned - the easy case. 79 ! The destination is 8 byte aligned but the source is not, and there are 8
|
/arch/powerpc/include/asm/ |
D | epapr_hcalls.h | 137 uint32_t config, unsigned int priority, uint32_t destination) in ev_int_set_config() argument 149 r6 = destination; in ev_int_set_config() 169 uint32_t *config, unsigned int *priority, uint32_t *destination) in ev_int_get_config() argument 187 *destination = r6; in ev_int_get_config()
|
/arch/sh/lib64/ |
D | strcpy.S | 3 ! Entry: arg0: destination 5 ! Exit: result: destination
|
D | copy_page.S | 75 alloco r2, 0x40 ! alloc destination line 2 lines ahead
|
D | copy_user_memcpy.S | 8 ! Entry: ARG0: destination pointer 12 ! Exit: RESULT: destination pointer
|
D | memcpy.S | 10 ! Entry: ARG0: destination pointer 14 ! Exit: RESULT: destination pointer
|
/arch/m68k/ifpsp060/ |
D | os.S | 80 | a1 - user destination address 111 | a1 - supervisor destination address 237 | a0 - user destination address 259 | a0 - user destination address 283 | a0 - user destination address
|
/arch/cris/arch-v10/lib/ |
D | csumcpfruser.S | 49 ;; Clear the rest of the destination area using memset. Preserve the
|
/arch/cris/arch-v32/lib/ |
D | csumcpfruser.S | 51 ;; Clear the rest of the destination area using memset. Preserve the
|
/arch/cris/boot/compressed/ |
D | head_v10.S | 71 move.d basse, $r1 ; destination 72 move.d _edata, $r2 ; end destination
|
/arch/arm/lib/ |
D | csumpartial.S | 111 tst buf, #3 @ Test destination alignment 112 blne .Lnot_aligned @ align destination, return here
|
/arch/microblaze/ |
D | Kconfig.platform | 15 fine if both source and destination are aligned on the same
|
/arch/arm/boot/bootp/ |
D | init.S | 80 .word initrd_phys @ destination initrd address
|
/arch/mips/include/asm/ |
D | uaccess.h | 794 #define __MODULE_JAL(destination) \ argument 796 __UA_LA "\t$1, " #destination "\n\t" \ 800 #define __MODULE_JAL(destination) \ argument 801 "jal\t" #destination "\n\t"
|
/arch/alpha/lib/ |
D | ev6-memset.S | 87 subq $16,$3,$16 # E : $16 is new aligned destination 265 subq $16,$3,$16 # E : $16 is new aligned destination 453 subq $16,$3,$16 # E : $16 is new aligned destination
|
/arch/alpha/boot/ |
D | bootpz.c | 48 extern int decompress_kernel(void* destination, void *source,
|
123