/xen-4.10.0-shim-comet/xen/arch/arm/arm64/lib/ |
A D | strcmp.S | 56 tmp1 .req x7 label 63 eor tmp1, src1, src2 65 tst tmp1, #7 67 ands tmp1, src1, #7 95 lsl tmp1, tmp1, #3 /* Bytes beyond alignment -> bits. */ 97 neg tmp1, tmp1 /* Bits to alignment -64. */ 114 and tmp1, src1, #7 115 neg tmp1, tmp1 116 add tmp1, tmp1, #8 120 subs tmp3, tmp1, tmp2 [all …]
|
A D | strlen.S | 48 tmp1 .req x7 label 62 ands tmp1, srcin, #15 78 sub tmp1, data1, zeroones 82 bic has_nul1, tmp1, tmp2 100 CPU_BE( sub tmp1, data2, zeroones ) 102 CPU_BE( bic has_nul2, tmp1, tmp2 ) 111 cmp tmp1, #8 112 neg tmp1, tmp1 114 lsl tmp1, tmp1, #3 /* Bytes beyond alignment -> bits. */ 117 CPU_BE( lsl tmp2, tmp2, tmp1 ) /* Shift (tmp1 & 63). */ [all …]
|
A D | strncmp.S | 58 tmp1 .req x8 label 69 eor tmp1, src1, src2 71 tst tmp1, #7 73 ands tmp1, src1, #7 93 sub tmp1, data1, zeroones 145 add limit, limit, tmp1 146 add tmp3, tmp3, tmp1 159 and tmp1, src1, #7 160 neg tmp1, tmp1 161 add tmp1, tmp1, #8 [all …]
|
A D | memcmp.S | 53 tmp1 .req x8 label 62 eor tmp1, src1, src2 63 tst tmp1, #7 65 ands tmp1, src1, #7 119 add tmp3, tmp3, tmp1 123 lsl tmp1, tmp1, #3/* Bytes beyond alignment -> bits.*/ 124 neg tmp1, tmp1/* Bits to alignment -64. */ 140 and tmp1, src1, #7 141 neg tmp1, tmp1 142 add tmp1, tmp1, #8/*valid length in the first 8 bytes of src1*/ [all …]
|
A D | strnlen.S | 50 tmp1 .req x8 label 66 ands tmp1, srcin, #15 86 sub tmp1, data1, zeroones 90 bic has_nul1, tmp1, tmp2 93 orr tmp1, has_nul1, has_nul2 94 ccmp tmp1, #0, #0, pl /* NZCV = 0000 */ 118 CPU_BE( sub tmp1, data2, zeroones ) 120 CPU_BE( bic has_nul2, tmp1, tmp2 ) 147 add tmp3, tmp3, tmp1 150 neg tmp4, tmp1 [all …]
|
A D | memmove.S | 42 tmp1 .req x3 label 62 add tmp1, src, count 63 cmp dstin, tmp1 92 ldr tmp1, [src, #-8]! 93 str tmp1, [dst, #-8]! 108 ands tmp1, count, #0x30 124 ldr tmp1, [src, #-8]! 125 str tmp1, [dst, #-8]!
|
A D | memset.S | 42 tmp1 .req x3 label 102 ands tmp1, count, #0x30 159 mrs tmp1, dczid_el0 160 tbnz tmp1, #4, .Lnot_short 183 sub tmp1, count, tmp2 187 cmp tmp1, #64 188 ccmp tmp1, zva_len_x, #8, ge /* NZCV=0b1000 */ 194 mov count, tmp1
|
A D | memcpy.S | 41 tmp1 .req x3 label 87 ldr tmp1, [src],#8 88 str tmp1, [dst],#8 102 ands tmp1, count, #0x30 128 ldr tmp1, [src], #8 129 str tmp1, [dst], #8
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | tapdisk-diff.c | 267 struct tapdisk_stream_request *sreq1, *sreq2, *tmp1, *tmp2; in tapdisk_stream_process_data() local 275 tmp1 = list_entry(sreq1->next.next, in tapdisk_stream_process_data() 302 sreq1 = tmp1; in tapdisk_stream_process_data() 303 tmp1 = list_entry(tmp1->next.next, in tapdisk_stream_process_data()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | pvrdtscp.c | 131 u32 tmp1, tmp2; in scale_delta() local 148 : "=A" (product), "=r" (tmp1), "=r" (tmp2) in scale_delta()
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/ |
A D | xenlight_stubs.c | 401 CAMLlocal2(tmp1, tmp2); in Val_string_option() 403 tmp1 = caml_copy_string(c_val); in Val_string_option() 404 tmp2 = Val_some(tmp1); in Val_string_option()
|