/external/llvm/test/CodeGen/Mips/llvm-ir/ |
D | not.ll | 138 ; ALL: nor $2, $5, $4 149 ; ALL: nor $2, $5, $4 160 ; ALL: nor $2, $5, $4 171 ; GP32: nor $2, $5, $4 177 ; MM32: nor $2, $5, $4 193 ; GP32: nor $2, $6, $4 194 ; GP32: nor $3, $7, $5 196 ; GP64: nor $2, $5, $4 198 ; MM32: nor $2, $6, $4 199 ; MM32: nor $3, $7, $5 [all …]
|
/external/vboot_reference/scripts/image_signing/ |
D | firmware_boot.sh | 47 dd if=${input} of=nor.bin bs=1 skip=${rw_b_offset} count=${rw_b_size} 53 dd if=nor.bin of=bad.bin conv=notrunc bs=1 count=65536 58 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset} 59 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset} 70 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset} 77 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset} 82 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset} 89 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
|
/external/llvm/test/MC/Mips/ |
D | instalias-imm-expanding.s | 128 nor $4, $5, 0 130 # CHECK: nor $4, $4, $5 # encoding: [0x27,0x20,0x85,0x00] 131 nor $4, $5, 1 133 # CHECK: nor $4, $4, $5 # encoding: [0x27,0x20,0x85,0x00] 134 nor $4, $5, 0x8000 136 # CHECK: nor $4, $4, $5 # encoding: [0x27,0x20,0x85,0x00] 137 nor $4, $5, -0x8000 139 # CHECK: nor $4, $4, $5 # encoding: [0x27,0x20,0x85,0x00] 140 nor $4, $5, 0x10000 142 # CHECK: nor $4, $4, $5 # encoding: [0x27,0x20,0x85,0x00] [all …]
|
D | micromips-alu-instructions.s | 34 # CHECK-EL: nor $9, $6, $7 # encoding: [0xe6,0x00,0xd0,0x4a] 77 # CHECK-EB: nor $9, $6, $7 # encoding: [0x00,0xe6,0x4a,0xd0] 118 nor $9, $6, $7 119 nor $7, $8, $zero
|
D | mips-alu-instructions.s | 14 # CHECK: nor $9, $6, $7 # encoding: [0x27,0x48,0xc7,0x00] 45 nor $9, $6, $7
|
D | mips64-alu-instructions.s | 13 # CHECK: nor $9, $6, $7 # encoding: [0x27,0x48,0xc7,0x00] 41 nor $9, $6, $7
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-06-01.data | 2 # neither content nor indentation. 12 # Still by two # content nor 13 Still by two # content nor
|
/external/llvm/test/YAMLParser/ |
D | spec-06-01.test | 4 # neither content nor indentation. 14 # Still by two # content nor 15 Still by two # content nor
|
/external/libgsm/ |
D | NOTICE | 5 removed and that neither the authors nor the Technische Universitaet Berlin 7 software for any purpose nor are held responsible for any defects of 27 the authors nor the Technische Universitaet Berlin are 29 of this software for any purpose nor are held responsible
|
D | COPYRIGHT | 5 removed and that neither the authors nor the Technische Universitaet Berlin 7 software for any purpose nor are held responsible for any defects of 27 the authors nor the Technische Universitaet Berlin are 29 of this software for any purpose nor are held responsible
|
/external/libxml2/result/schemas/ |
D | derivation-ok-restriction-2-1-1_0_0.err | 2 …al complex type, attribute use 'barC_1': Neither a matching attribute use, nor a matching wildcard… 3 …al complex type, attribute use 'barC_2': Neither a matching attribute use, nor a matching wildcard… 4 …al complex type, attribute use 'barD_1': Neither a matching attribute use, nor a matching wildcard… 5 …al complex type, attribute use 'barD_2': Neither a matching attribute use, nor a matching wildcard…
|
/external/parameter-framework/support/android/asio/ |
D | asio_defines.txt | 63 // bionic doesn't implement eventfd nor timerfd 69 // We are not using asio for iostream, nor serial ports, nor posix file 70 // descriptiors, nor with unix sockets
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/ |
D | atomic.ll | 29 ; CHECK: nor $[[R2:[0-9]+]], $zero, $[[R3]] 85 ; CHECK: nor $[[R7:[0-9]+]], $zero, $[[R6]] 116 ; CHECK: nor $[[R7:[0-9]+]], $zero, $[[R6]] 147 ; CHECK: nor $[[R7:[0-9]+]], $zero, $[[R6]] 153 ; CHECK: nor $[[R11:[0-9]+]], $zero, $[[R18]] 179 ; CHECK: nor $[[R7:[0-9]+]], $zero, $[[R6]] 208 ; CHECK: nor $[[R7:[0-9]+]], $zero, $[[R6]]
|
/external/autotest/client/deps/webgl_mpd/src/resources/ |
D | J3DI.js | 432 var vtx, nor, tex; 436 nor = vtx; 442 nor = parseInt(f[2]) - 1; 476 if (nor * 3 + 2 < normal.length) { 477 x = normal[nor*3]; 478 y = normal[nor*3+1]; 479 z = normal[nor*3+2];
|
/external/llvm/test/MC/Mips/msa/ |
D | test_vec.s | 7 # CHECK: nor.v $w7, $w31, $w0 # encoding: [0x78,0x40,0xf9,0xde] 15 nor.v $w7, $w31, $w0
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SVals.def | 17 // neither in loc:: nor in nonloc:: namespace; these classes occupy 21 // neither in loc:: nor in nonloc:: namespace, 24 // neither in loc:: nor in nonloc:: namespace, but occupy a whole base kind
|
/external/valgrind/none/tests/mips64/ |
D | logical_instructions.stdout.exp | 2566 nor $t0, $t1, $t2 :: rd 0x4e08bf4b, rs 0x0, rt 0xffffffffb1f740b4 2567 nor $s0, $s1, $s2 :: rd 0x5d591399e4542854, rs 0x12bd6aa, rt 0xa2a6ec661ba84121 2568 nor $t0, $t1, $t2 :: rd 0x4ac9a2fc, rs 0x0, rt 0xffffffffb5365d03 2569 nor $s0, $s1, $s2 :: rd 0x9e806098202d5484, rs 0x7e876382d2ab13, rt 0x614d9b445f12236b 2570 nor $t0, $t1, $t2 :: rd 0x46088401, rs 0x9823b6e, rt 0xffffffffb8757bda 2571 nor $s0, $s1, $s2 :: rd 0x401000202082a208, rs 0x976d6e9ac31510f3, rt 0x3baa99471f6d4d75 2572 nor $t0, $t1, $t2 :: rd 0x42089902, rs 0xd4326d9, rt 0xffffffffbcb4666d 2573 nor $s0, $s1, $s2 :: rd 0x83108005094800, rs 0xb7746d775ad6a5fb, rt 0x680cce5fb236b666 2574 nor $t0, $t1, $t2 :: rd 0x4c088903, rs 0x130476dc, rt 0xffffffffa2f33668 2575 nor $s0, $s1, $s2 :: rd 0xa5031b10190840e8, rs 0x42b0c0a28677b502, rt 0x58ec644d6481af17 [all …]
|
/external/speex/ |
D | NOTICE | 25 - Neither the name of the Xiph.org Foundation nor the names of its 45 removed and that neither the authors nor the Technische Universitaet Berlin 47 software for any purpose nor are held responsible for any defects of
|
/external/libvpx/ |
D | NOTICE | 15 * Neither the name of Google, nor the WebM Project, nor the names
|
/external/libvpx/libvpx/ |
D | LICENSE | 15 * Neither the name of Google, nor the WebM Project, nor the names
|
/external/tremolo/ |
D | NOTICE | 15 * Neither the names of the Xiph.org Foundation nor Pinknoise 16 Productions Ltd nor the names of its contributors may be used to
|
/external/lz4/doc/ |
D | lz4_Block_format.md | 12 There is no entropy encoder back-end nor framing layer. 18 not how the compressor nor decompressor actually work. 109 will never read beyond the input buffer, nor write beyond the output buffer. 117 There is no assumption nor limits to the way the compressor
|
/external/ipsec-tools/ |
D | NOTICE | 12 3. Neither the name of the project nor the names of its contributors 41 3. Neither the name of the project nor the names of its contributors 70 3. Neither the name of the project nor the names of its contributors 99 3. Neither the name of the project nor the names of its contributors 127 3. Neither the name of the project nor the names of its contributors 156 3. Neither the name of the project nor the names of its contributors 186 3. Neither the name of the project nor the names of its contributors 215 3. Neither the name of the project nor the names of its contributors 277 3. Neither the name of the project nor the names of its contributors 311 3. Neither the name of the copyright holder nor the names of contributors [all …]
|
/external/ipsec-tools/src/racoon/ |
D | NOTICE | 12 3. Neither the name of the project nor the names of its contributors 41 3. Neither the name of the project nor the names of its contributors 70 3. Neither the name of the project nor the names of its contributors 99 3. Neither the name of the project nor the names of its contributors 127 3. Neither the name of the project nor the names of its contributors 156 3. Neither the name of the project nor the names of its contributors 186 3. Neither the name of the project nor the names of its contributors 215 3. Neither the name of the project nor the names of its contributors 277 3. Neither the name of the project nor the names of its contributors 311 3. Neither the name of the copyright holder nor the names of contributors
|
/external/llvm/test/CodeGen/Mips/ |
D | atomic.ll | 65 ; ALL: nor $[[R2:[0-9]+]], $zero, $[[R3]] 141 ; ALL: nor $[[R8:[0-9]+]], $zero, $[[R7]] 186 ; ALL: nor $[[R8:[0-9]+]], $zero, $[[R7]] 231 ; ALL: nor $[[R8:[0-9]+]], $zero, $[[R7]] 241 ; ALL: nor $[[R14:[0-9]+]], $zero, $[[R13]] 277 ; ALL: nor $[[R8:[0-9]+]], $zero, $[[R7]] 319 ; ALL: nor $[[R8:[0-9]+]], $zero, $[[R7]] 363 ; ALL: nor $[[R8:[0-9]+]], $zero, $[[R7]] 423 ; ALL: nor $[[R8:[0-9]+]], $zero, $[[R7]]
|