/external/arm-trusted-firmware/plat/layerscape/board/ls1043/aarch64/ |
D | ls1043_helpers.S | 29 ldr w1, =0x0c000c45 30 str w1, [x0, #0x110] 32 ldr w1, =0x7f000000 33 str w1, [x0, #0x000] 35 ldr w1, =0x22030480 36 str w1, [x0, #0x080] 38 ldr w1, =0x18005591 39 str w1, [x0, #0x104] 41 ldr w1, =0x428cb4bb 42 str w1, [x0, #0x108] [all …]
|
/external/arm-trusted-firmware/drivers/renesas/common/scif/ |
D | scif.S | 173 ldr w1, [x0, #CPG_SMSTPCR] 174 and w1, w1, #~MSTP 175 mvn w2, w1 177 str w1, [x0, #CPG_SMSTPCR] 179 ldr w1, [x0, #CPG_MSTPSR] 180 and w1, w1, #MSTP 181 cbnz w1, 5b 185 mov w1, #(SCSCR_TE_DIS + SCSCR_RE_DIS) 186 strh w1, [x0, #SCIF_SCSCR] 188 ldrh w1, [x0, #SCIF_SCFCR] [all …]
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_decoder.cpp | 59 CF_WORD1_EG w1(dw1); in decode_cf() local 61 bc.barrier = w1.get_BARRIER(); in decode_cf() 62 bc.cf_const = w1.get_CF_CONST(); in decode_cf() 63 bc.cond = w1.get_COND(); in decode_cf() 64 bc.count = w1.get_COUNT(); in decode_cf() 65 bc.end_of_program = w1.get_END_OF_PROGRAM(); in decode_cf() 66 bc.pop_count = w1.get_POP_COUNT(); in decode_cf() 67 bc.valid_pixel_mode = w1.get_VALID_PIXEL_MODE(); in decode_cf() 68 bc.whole_quad_mode = w1.get_WHOLE_QUAD_MODE(); in decode_cf() 71 CF_WORD1_CM w1(dw1); in decode_cf() local [all …]
|
/external/llvm-project/llvm/test/MC/AArch64/ |
D | arm64-logical-encoding.s | 10 and w1, w2, #15 15 ands w1, w2, #15 20 ; CHECK: and w1, w2, #0xf ; encoding: [0x41,0x0c,0x00,0x12] 25 ; CHECK: ands w1, w2, #0xf ; encoding: [0x41,0x0c,0x00,0x72] 28 eor w1, w2, #0x4000 31 ; CHECK: eor w1, w2, #0x4000 ; encoding: [0x41,0x00,0x12,0x52] 34 orr w1, w2, #0x4000 37 ; CHECK: orr w1, w2, #0x4000 ; encoding: [0x41,0x00,0x12,0x32] 50 and w1, w2, w3 52 and w1, w2, w3, lsl #2 [all …]
|
D | armv8.1a-atomic.s | 6 casb w0, w1, [x2] 7 casab w0, w1, [x2] 8 caslb w0, w1, [x2] 9 casalb w0, w1, [x2] 16 casb w0, w1, [w2] 26 cash w0, w1, [x2] 27 casah w0, w1, [x2] 28 caslh w0, w1, [x2] 29 casalh w0, w1, [x2] 37 cas w0, w1, [x2] [all …]
|
D | arm64-arithmetic-encoding.s | 8 adc w1, w2, w3 13 ; CHECK: adc w1, w2, w3 ; encoding: [0x41,0x00,0x03,0x1a] 18 sbc w1, w2, w3 20 sbcs w1, w2, w3 23 ; CHECK: sbc w1, w2, w3 ; encoding: [0x41,0x00,0x03,0x5a] 25 ; CHECK: sbcs w1, w2, w3 ; encoding: [0x41,0x00,0x03,0x7a] 170 add w1, w2, w3, uxtb 171 add w1, w2, w3, uxth 172 add w1, w2, w3, uxtw 173 add w1, w2, w3, uxtx [all …]
|
/external/llvm/test/MC/AArch64/ |
D | arm64-logical-encoding.s | 10 and w1, w2, #15 15 ands w1, w2, #15 20 ; CHECK: and w1, w2, #0xf ; encoding: [0x41,0x0c,0x00,0x12] 25 ; CHECK: ands w1, w2, #0xf ; encoding: [0x41,0x0c,0x00,0x72] 28 eor w1, w2, #0x4000 31 ; CHECK: eor w1, w2, #0x4000 ; encoding: [0x41,0x00,0x12,0x52] 34 orr w1, w2, #0x4000 37 ; CHECK: orr w1, w2, #0x4000 ; encoding: [0x41,0x00,0x12,0x32] 50 and w1, w2, w3 52 and w1, w2, w3, lsl #2 [all …]
|
D | armv8.1a-atomic.s | 6 casb w0, w1, [x2] 7 casab w0, w1, [x2] 8 caslb w0, w1, [x2] 9 casalb w0, w1, [x2] 16 casb w0, w1, [w2] 26 cash w0, w1, [x2] 27 casah w0, w1, [x2] 28 caslh w0, w1, [x2] 29 casalh w0, w1, [x2] 37 cas w0, w1, [x2] [all …]
|
D | arm64-arithmetic-encoding.s | 8 adc w1, w2, w3 13 ; CHECK: adc w1, w2, w3 ; encoding: [0x41,0x00,0x03,0x1a] 18 sbc w1, w2, w3 20 sbcs w1, w2, w3 23 ; CHECK: sbc w1, w2, w3 ; encoding: [0x41,0x00,0x03,0x5a] 25 ; CHECK: sbcs w1, w2, w3 ; encoding: [0x41,0x00,0x03,0x7a] 170 add w1, w2, w3, uxtb 171 add w1, w2, w3, uxth 172 add w1, w2, w3, uxtw 173 add w1, w2, w3, uxtx [all …]
|
/external/llvm-project/llvm/test/MC/Mips/msa/ |
D | invalid.s | 8 addvi.b $w1, $w2, -1 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 9 addvi.b $w1, $w2, 32 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 10 addvi.h $w1, $w2, -1 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 11 addvi.h $w1, $w2, 32 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 12 addvi.w $w1, $w2, -1 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 13 addvi.w $w1, $w2, 32 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 14 addvi.d $w1, $w2, -1 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 15 addvi.d $w1, $w2, 32 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 16 andi.b $w1, $w2, -1 # CHECK: :[[@LINE]]:22: error: expected 8-bit unsigned immediate 17 andi.b $w1, $w2, 256 # CHECK: :[[@LINE]]:22: error: expected 8-bit unsigned immediate [all …]
|
/external/llvm/test/MC/Mips/msa/ |
D | invalid.s | 8 addvi.b $w1, $w2, -1 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 9 addvi.b $w1, $w2, 32 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 10 addvi.h $w1, $w2, -1 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 11 addvi.h $w1, $w2, 32 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 12 addvi.w $w1, $w2, -1 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 13 addvi.w $w1, $w2, 32 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 14 addvi.d $w1, $w2, -1 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 15 addvi.d $w1, $w2, 32 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate 16 andi.b $w1, $w2, -1 # CHECK: :[[@LINE]]:22: error: expected 8-bit unsigned immediate 17 andi.b $w1, $w2, 256 # CHECK: :[[@LINE]]:22: error: expected 8-bit unsigned immediate [all …]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | post-ra-machine-sink.mir | 9 # CHECK: liveins: $w0, $w1 16 liveins: $w0, $w1 17 $w1 = SUBSWri $w1, 1, 0, implicit-def $nzcv 23 liveins: $w1, $w19 24 $w0 = ADDWrr $w1, $w19 38 # CHECK: liveins: $w0, $w1 44 liveins: $w0, $w1 45 $w1 = SUBSWri $w1, 1, 0, implicit-def $nzcv 55 liveins: $w1, $w19 56 $w0 = ADDWrr $w1, $w19 [all …]
|
D | ldst-opt.mir | 7 liveins: $w1, $x0, $lr 9 STRWui killed $w1, $x0, 0 :: (store 4) 36 # CHECK: STRWui $w1 37 # CHECK: UBFMWri killed $w1 43 liveins: $w1, $x0, $lr 45 STRWui $w1, $x0, 0 :: (store 4) 66 STRWui killed $w1, killed $x0, 1 :: (store 4) 77 liveins: $w1, $x0, $lr 79 STRWui $w1, $x0, 0 :: (store 4) 80 $w2 = COPY $w1 [all …]
|
/external/arm-trusted-firmware/plat/mediatek/common/drivers/uart/ |
D | 8250_console.S | 32 cbz w1, core_init_fail 61 udiv w3, w1, w2 /* divisor = uartclk / (quot * baudrate) */ 62 msub w1, w3, w2, w1 /* remainder = uartclk % (quot * baudrate) */ 64 cmp w1, w2 68 mov w1, #(UART_LCR_DLAB | UART_LCR_WLS_8) 69 str w1, [x0, #UART_LCR] 72 and w1, w3, #0xff 73 str w1, [x0, #UART_DLL] 74 lsr w1, w3, #8 75 and w1, w1, #0xff [all …]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | select-arith-extended-reg.mir | 13 liveins: $w1, $x2 15 ; CHECK: liveins: $w1, $x2 16 ; CHECK: [[COPY:%[0-9]+]]:gpr32 = COPY $w1 21 %1:gpr(s32) = COPY $w1 64 liveins: $w1, $w2, $x2 66 ; CHECK: liveins: $w1, $w2, $x2 67 ; CHECK: %wide_1:gpr32 = COPY $w1 72 %wide_1:gpr(s32) = COPY $w1 89 liveins: $w1, $w2, $x2 91 ; CHECK: liveins: $w1, $w2, $x2 [all …]
|
D | opt-shifted-reg-compare.mir | 20 liveins: $w0, $w1 23 ; CHECK: liveins: $w0, $w1 25 ; CHECK: %copy1:gpr32 = COPY $w1 31 %copy1:gpr(s32) = COPY $w1 46 liveins: $w0, $w1 49 ; CHECK: liveins: $w0, $w1 51 ; CHECK: %copy1:gpr32 = COPY $w1 57 %copy1:gpr(s32) = COPY $w1 72 liveins: $w0, $w1 75 ; CHECK: liveins: $w0, $w1 [all …]
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-logical.txt | 20 # CHECK: and w1, w2, #0xf 25 # CHECK: ands w1, w2, #0xf 33 # CHECK: eor w1, w2, #0x4000 41 # CHECK: orr w1, w2, #0x4000 60 # CHECK: and w1, w2, w3 62 # CHECK: and w1, w2, w3, lsl #2 64 # CHECK: and w1, w2, w3, lsr #2 66 # CHECK: and w1, w2, w3, asr #2 68 # CHECK: and w1, w2, w3, ror #2 82 # CHECK: ands w1, w2, w3 [all …]
|
D | armv8.1a-atomic.txt | 11 # CHECK: casb w0, w1, [x2] 12 # CHECK: casab w0, w1, [x2] 13 # CHECK: caslb w0, w1, [x2] 14 # CHECK: casalb w0, w1, [x2] 15 # CHECK: cash w0, w1, [x2] 16 # CHECK: casah w0, w1, [x2] 17 # CHECK: caslh w0, w1, [x2] 18 # CHECK: casalh w0, w1, [x2] 28 # CHECK: cas w0, w1, [x2] 29 # CHECK: casa w0, w1, [x2] [all …]
|
D | arm64-arithmetic.txt | 12 # CHECK: adc w1, w2, w3 22 # CHECK: sbc w1, w2, w3 24 # CHECK: sbcs w1, w2, w3 173 # CHECK: add w1, w2, w3, uxtb 174 # CHECK: add w1, w2, w3, uxth 175 # CHECK: add w1, w2, w3 176 # CHECK: add w1, w2, w3, uxtx 177 # CHECK: add w1, w2, w3, sxtb 178 # CHECK: add w1, w2, w3, sxth 179 # CHECK: add w1, w2, w3, sxtw [all …]
|
/external/llvm-project/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-logical.txt | 20 # CHECK: and w1, w2, #0xf 25 # CHECK: ands w1, w2, #0xf 33 # CHECK: eor w1, w2, #0x4000 41 # CHECK: orr w1, w2, #0x4000 60 # CHECK: and w1, w2, w3 62 # CHECK: and w1, w2, w3, lsl #2 64 # CHECK: and w1, w2, w3, lsr #2 66 # CHECK: and w1, w2, w3, asr #2 68 # CHECK: and w1, w2, w3, ror #2 82 # CHECK: ands w1, w2, w3 [all …]
|
D | armv8.1a-atomic.txt | 11 # CHECK: casb w0, w1, [x2] 12 # CHECK: casab w0, w1, [x2] 13 # CHECK: caslb w0, w1, [x2] 14 # CHECK: casalb w0, w1, [x2] 15 # CHECK: cash w0, w1, [x2] 16 # CHECK: casah w0, w1, [x2] 17 # CHECK: caslh w0, w1, [x2] 18 # CHECK: casalh w0, w1, [x2] 28 # CHECK: cas w0, w1, [x2] 29 # CHECK: casa w0, w1, [x2] [all …]
|
/external/arm-trusted-firmware/drivers/arm/pl011/aarch64/ |
D | pl011_console.S | 44 cbz w1, core_init_fail 53 lsl w1, w1, #2 54 udiv w2, w1, w2 56 lsr w1, w2, #6 58 str w1, [x0, #UARTIBRD] 60 and w1, w2, #0x3f 62 str w1, [x0, #UARTFBRD] 63 mov w1, #PL011_LINE_CONTROL 64 str w1, [x0, #UARTLCR_H] 68 mov w1, #(PL011_UARTCR_RXE | PL011_UARTCR_TXE | PL011_UARTCR_UARTEN) [all …]
|
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/ |
D | owner_less.pass.cpp | 61 const std::weak_ptr<int> w1(p1); in main() local 80 assert(!cs(p2, w1)); in main() 81 assert(cs(p1, w3) || cs(p3, w1)); in main() 82 assert(cs(p3, w1) == cs(p3, w2)); in main() 83 ASSERT_NOEXCEPT(cs(p1, w1)); in main() 84 ASSERT_NOEXCEPT(cs(w1, p1)); in main() 94 assert(!cs(w1, w2)); in main() 95 assert(!cs(w2, w1)); in main() 96 assert(cs(w1, w3) || cs(w3, w1)); in main() 97 assert(cs(w3, w1) == cs(w3, w2)); in main() [all …]
|
/external/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/ |
D | owner_less.pass.cpp | 60 const std::weak_ptr<int> w1(p1); in main() local 79 assert(!cs(p2, w1)); in main() 80 assert(cs(p1, w3) || cs(p3, w1)); in main() 81 assert(cs(p3, w1) == cs(p3, w2)); in main() 82 ASSERT_NOEXCEPT(cs(p1, w1)); in main() 83 ASSERT_NOEXCEPT(cs(w1, p1)); in main() 93 assert(!cs(w1, w2)); in main() 94 assert(!cs(w2, w1)); in main() 95 assert(cs(w1, w3) || cs(w3, w1)); in main() 96 assert(cs(w3, w1) == cs(w3, w2)); in main() [all …]
|
/external/tcpdump/ |
D | print-tipc.c | 67 uint32_t w1; member 74 #define TIPC_MTYPE(w1) (((w1) >> 29) & 0x07) argument 75 #define TIPC_BROADCAST_ACK(w1) (((w1) >> 0) & 0xFFFF) argument 111 uint32_t w1; member 125 uint32_t w1; member 136 #define TIPC_SEQ_GAP(w1) (((w1) >> 16) & 0x1FFF) argument 147 uint32_t w1; member 155 #define TIPC_NODE_SIG(w1) (((w1) >> 0) & 0xFFFF) argument 161 uint32_t w0, w1, w2; in print_payload() local 180 w1 = EXTRACT_32BITS(&ap->w1); in print_payload() [all …]
|