/external/llvm/test/MC/Mips/ |
D | expr1.s | 2 # RUN: FileCheck %s --check-prefix=32R2-EL 4 # RUN: FileCheck %s --check-prefix=MM-32R2-EL 7 # 32R2-EL: .text 8 # 32R2-EL: .globl foo 9 # 32R2-EL: foo: 10 # 32R2-EL: lw $4, %lo(foo)($4) # encoding: [A,A,0x84,0x8c] 11 # 32R2-EL: # fixup A - offset: 0, value: %lo(foo), kind: fixup_Mips_L… 12 # 32R2-EL: lw $4, 56($4) # encoding: [0x38,0x00,0x84,0x8c] 13 # 32R2-EL: lw $4, %lo(8+foo)($4) # encoding: [A,A,0x84,0x8c] 14 # 32R2-EL: # fixup A - offset: 0, value: %lo(8+foo), kind: fixup_Mips… [all …]
|
D | micromips-16-bit-instructions.s | 2 # RUN: FileCheck -check-prefix=CHECK-EL %s 12 # CHECK-EL: addu16 $6, $17, $4 # encoding: [0x42,0x07] 13 # CHECK-EL: subu16 $5, $16, $3 # encoding: [0xb1,0x06] 14 # CHECK-EL: andi16 $16, $2, 31 # encoding: [0x29,0x2c] 15 # CHECK-EL: and16 $16, $2 # encoding: [0x82,0x44] 16 # CHECK-EL: not16 $17, $3 # encoding: [0x0b,0x44] 17 # CHECK-EL: or16 $16, $4 # encoding: [0xc4,0x44] 18 # CHECK-EL: xor16 $17, $5 # encoding: [0x4d,0x44] 19 # CHECK-EL: sll16 $3, $16, 5 # encoding: [0x8a,0x25] 20 # CHECK-EL: srl16 $4, $17, 6 # encoding: [0x1d,0x26] [all …]
|
D | micromips-control-instructions.s | 2 # RUN: | FileCheck -check-prefix=CHECK-EL %s 12 # CHECK-EL: sdbbp # encoding: [0x00,0x00,0x7c,0xdb] 13 # CHECK-EL: sdbbp 34 # encoding: [0x22,0x00,0x7c,0xdb] 14 # CHECK-EL-NOT: .set push 15 # CHECK-EL-NOT: .set mips32r2 16 # CHECK-EL: rdhwr $5, $29 # encoding: [0xbd,0x00,0x3c,0x6b] 17 # CHECK-EL-NOT: .set pop 18 # CHECK-EL: cache 1, 8($5) # encoding: [0x25,0x20,0x08,0x60] 19 # CHECK-EL: pref 1, 8($5) # encoding: [0x25,0x60,0x08,0x20] 20 # CHECK-EL: ssnop # encoding: [0x00,0x00,0x00,0x08] [all …]
|
D | micromips-alu-instructions.s | 1 # RUN: llvm-mc %s -triple=mipsel -show-encoding -mattr=micromips | FileCheck -check-prefix=CHECK-EL… 10 # CHECK-EL: add $9, $6, $7 # encoding: [0xe6,0x00,0x10,0x49] 11 # CHECK-EL: addi $9, $6, 17767 # encoding: [0x26,0x11,0x67,0x45] 12 # CHECK-EL: addiu $9, $6, -15001 # encoding: [0x26,0x31,0x67,0xc5] 13 # CHECK-EL: addi $9, $6, 17767 # encoding: [0x26,0x11,0x67,0x45] 14 # CHECK-EL: addiu $9, $6, -15001 # encoding: [0x26,0x31,0x67,0xc5] 15 # CHECK-EL: addu $9, $6, $7 # encoding: [0xe6,0x00,0x50,0x49] 16 # CHECK-EL: sub $9, $6, $7 # encoding: [0xe6,0x00,0x90,0x49] 17 # CHECK-EL: subu $4, $3, $5 # encoding: [0xa3,0x00,0xd0,0x21] 18 # CHECK-EL: neg $6, $7 # encoding: [0xe0,0x00,0x90,0x31] [all …]
|
D | micromips-loadstore-instructions.s | 2 # RUN: | FileCheck -check-prefix=CHECK-EL %s 12 # CHECK-EL: lb $5, 8($4) # encoding: [0xa4,0x1c,0x08,0x00] 13 # CHECK-EL: lbu $6, 8($4) # encoding: [0xc4,0x14,0x08,0x00] 14 # CHECK-EL: lh $2, 8($4) # encoding: [0x44,0x3c,0x08,0x00] 15 # CHECK-EL: lhu $4, 8($2) # encoding: [0x82,0x34,0x08,0x00] 16 # CHECK-EL: lw $6, 4($5) # encoding: [0xc5,0xfc,0x04,0x00] 17 # CHECK-EL: lw $6, 123($sp) # encoding: [0xdd,0xfc,0x7b,0x00] 18 # CHECK-EL: sb $5, 8($4) # encoding: [0xa4,0x18,0x08,0x00] 19 # CHECK-EL: sh $2, 8($4) # encoding: [0x44,0x38,0x08,0x00] 20 # CHECK-EL: sw $5, 4($6) # encoding: [0xa6,0xf8,0x04,0x00] [all …]
|
D | micromips-branch-instructions.s | 2 # RUN: | FileCheck %s -check-prefix=CHECK-EL 12 # CHECK-EL: b 1332 # encoding: [0x00,0x94,0x9a,0x02] 13 # CHECK-EL: nop # encoding: [0x00,0x0c] 14 # CHECK-EL: beq $9, $6, 1332 # encoding: [0xc9,0x94,0x9a,0x02] 15 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00] 16 # CHECK-EL: bgez $6, 1332 # encoding: [0x46,0x40,0x9a,0x02] 17 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00] 18 # CHECK-EL: bgezal $6, 1332 # encoding: [0x66,0x40,0x9a,0x02] 19 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00] 20 # CHECK-EL: bltzal $6, 1332 # encoding: [0x26,0x40,0x9a,0x02] [all …]
|
D | micromips-jump-instructions.s | 2 # RUN: | FileCheck %s -check-prefix=CHECK-EL 12 # CHECK-EL: j 1328 # encoding: [0x00,0xd4,0x98,0x02] 13 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00] 14 # CHECK-EL: jal 1328 # encoding: [0x00,0xf4,0x98,0x02] 15 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00] 16 # CHECK-EL: jalr $ra, $6 # encoding: [0xe6,0x03,0x3c,0x0f] 17 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00] 18 # CHECK-EL: jr $7 # encoding: [0x07,0x00,0x3c,0x0f] 19 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00] 20 # CHECK-EL: jr $7 # encoding: [0x07,0x00,0x3c,0x0f] [all …]
|
D | micromips-fpu-instructions.s | 2 # RUN: -mcpu=mips32r2 | FileCheck -check-prefix=CHECK-EL %s 12 # CHECK-EL: add.s $f4, $f6, $f8 # encoding: [0x06,0x55,0x30,0x20] 13 # CHECK-EL: add.d $f4, $f6, $f8 # encoding: [0x06,0x55,0x30,0x21] 14 # CHECK-EL: div.s $f4, $f6, $f8 # encoding: [0x06,0x55,0xf0,0x20] 15 # CHECK-EL: div.d $f4, $f6, $f8 # encoding: [0x06,0x55,0xf0,0x21] 16 # CHECK-EL: mul.s $f4, $f6, $f8 # encoding: [0x06,0x55,0xb0,0x20] 17 # CHECK-EL: mul.d $f4, $f6, $f8 # encoding: [0x06,0x55,0xb0,0x21] 18 # CHECK-EL: sub.s $f4, $f6, $f8 # encoding: [0x06,0x55,0x70,0x20] 19 # CHECK-EL: sub.d $f4, $f6, $f8 # encoding: [0x06,0x55,0x70,0x21] 20 # CHECK-EL: lwc1 $f2, 4($6) # encoding: [0x46,0x9c,0x04,0x00] [all …]
|
D | micromips-shift-instructions.s | 1 …-triple=mipsel -show-encoding -mcpu=mips32r2 -mattr=micromips | FileCheck -check-prefix=CHECK-EL %s 10 # CHECK-EL: sll $4, $3, 7 # encoding: [0x83,0x00,0x00,0x38] 11 # CHECK-EL: sllv $2, $3, $5 # encoding: [0x65,0x00,0x10,0x10] 12 # CHECK-EL: sra $4, $3, 7 # encoding: [0x83,0x00,0x80,0x38] 13 # CHECK-EL: srav $2, $3, $5 # encoding: [0x65,0x00,0x90,0x10] 14 # CHECK-EL: srl $4, $3, 7 # encoding: [0x83,0x00,0x40,0x38] 15 # CHECK-EL: srlv $2, $3, $5 # encoding: [0x65,0x00,0x50,0x10] 16 # CHECK-EL: rotr $9, $6, 7 # encoding: [0x26,0x01,0xc0,0x38] 17 # CHECK-EL: rotrv $9, $6, $7 # encoding: [0xc7,0x00,0xd0,0x48] 18 # CHECK-EL: sllv $2, $3, $5 # encoding: [0x65,0x00,0x10,0x10] [all …]
|
D | micromips-trap-instructions.s | 2 # RUN: | FileCheck -check-prefix=CHECK-EL %s 12 # CHECK-EL: teq $8, $9 # encoding: [0x28,0x01,0x3c,0x00] 13 # CHECK-EL: tge $8, $9 # encoding: [0x28,0x01,0x3c,0x02] 14 # CHECK-EL: tgeu $8, $9 # encoding: [0x28,0x01,0x3c,0x04] 15 # CHECK-EL: tlt $8, $9 # encoding: [0x28,0x01,0x3c,0x08] 16 # CHECK-EL: tltu $8, $9 # encoding: [0x28,0x01,0x3c,0x0a] 17 # CHECK-EL: tne $8, $9 # encoding: [0x28,0x01,0x3c,0x0c] 18 # CHECK-EL: teqi $9, 17767 # encoding: [0xc9,0x41,0x67,0x45] 19 # CHECK-EL: tgei $9, 17767 # encoding: [0x29,0x41,0x67,0x45] 20 # CHECK-EL: tgeiu $9, 17767 # encoding: [0x69,0x41,0x67,0x45] [all …]
|
D | micromips-movcond-instructions.s | 2 # RUN: | FileCheck -check-prefix=CHECK-EL %s 12 # CHECK-EL: movz $9, $6, $7 # encoding: [0xe6,0x00,0x58,0x48] 13 # CHECK-EL: movn $9, $6, $7 # encoding: [0xe6,0x00,0x18,0x48] 14 # CHECK-EL: movt $9, $6, $fcc0 # encoding: [0x26,0x55,0x7b,0x09] 15 # CHECK-EL: movf $9, $6, $fcc0 # encoding: [0x26,0x55,0x7b,0x01]
|
D | micromips-multiply-instructions.s | 2 # RUN: | FileCheck -check-prefix=CHECK-EL %s 12 # CHECK-EL: madd $4, $5 # encoding: [0xa4,0x00,0x3c,0xcb] 13 # CHECK-EL: maddu $4, $5 # encoding: [0xa4,0x00,0x3c,0xdb] 14 # CHECK-EL: msub $4, $5 # encoding: [0xa4,0x00,0x3c,0xeb] 15 # CHECK-EL: msubu $4, $5 # encoding: [0xa4,0x00,0x3c,0xfb]
|
D | micromips-loadstore-unaligned.s | 2 # RUN: -mattr=micromips | FileCheck -check-prefix=CHECK-EL %s 12 # CHECK-EL: lwl $4, 16($5) # encoding: [0x85,0x60,0x10,0x00] 13 # CHECK-EL: lwr $4, 16($5) # encoding: [0x85,0x60,0x10,0x10] 14 # CHECK-EL: swl $4, 16($5) # encoding: [0x85,0x60,0x10,0x80] 15 # CHECK-EL: swr $4, 16($5) # encoding: [0x85,0x60,0x10,0x90]
|
/external/llvm/test/CodeGen/Mips/ |
D | load-store-left-right.ll | 1 …=mips32 -relocation-model=pic < %s | FileCheck -check-prefixes=ALL,MIPS32,MIPS32-EL %s 3 …=mips32r2 -relocation-model=pic < %s | FileCheck -check-prefixes=ALL,MIPS32,MIPS32-EL %s 5 …s32r6 -relocation-model=pic < %s | FileCheck -check-prefixes=ALL,MIPS32R6,MIPS32R6-EL %s 7 …4 -target-abi=n64 -relocation-model=pic < %s | FileCheck -check-prefixes=ALL,MIPS64,MIPS64-EL %s 9 …64 -target-abi=n64 -relocation-model=pic < %s | FileCheck -check-prefixes=ALL,MIPS64,MIPS64-EL %s 11 …64r2 -target-abi=n64 -relocation-model=pic < %s | FileCheck -check-prefixes=ALL,MIPS64,MIPS64-EL %s 13 … -target-abi=n64 -relocation-model=pic < %s | FileCheck -check-prefixes=ALL,MIPS64R6,MIPS64R6-EL %s 28 ; MIPS32-EL: lwl $[[R0:[0-9]+]], 3($[[R1:[0-9]+]]) 29 ; MIPS32-EL: lwr $[[R0]], 0($[[R1]]) 37 ; MIPS64-EL: lwl $[[R0:[0-9]+]], 3($[[R1:[0-9]+]]) [all …]
|
D | unalignedload.ll | 1 …rch=mipsel -mcpu=mips32 -relocation-model=pic | FileCheck %s -check-prefixes=ALL,ALL-EL,MIPS32-EL 3 …rch=mipsel -mcpu=mips32r2 -relocation-model=pic | FileCheck %s -check-prefixes=ALL,ALL-EL,MIPS32-EL 5 …h=mipsel -mcpu=mips32r6 -relocation-model=pic | FileCheck %s -check-prefixes=ALL,ALL-EL,MIPS32R6-EL 20 ; MIPS32-EL-DAG: lbu $[[PART1:[0-9]+]], 2($[[R0]]) 21 ; MIPS32-EL-DAG: lbu $[[PART2:[0-9]+]], 3($[[R0]]) 22 ; MIPS32-EL-DAG: sll $[[T0:[0-9]+]], $[[PART2]], 8 23 ; MIPS32-EL-DAG: or $4, $[[T0]], $[[PART1]] 43 ; MIPS32-EL-DAG: lwl $[[R1:4]], 3($[[R2]]) 44 ; MIPS32-EL-DAG: lwr $[[R1]], 0($[[R2]]) 45 ; MIPS32-EL-DAG: lbu $[[T0:[0-9]+]], 4($[[R2]]) [all …]
|
D | eh.ll | 1 ; RUN: llc < %s -march=mipsel | FileCheck %s -check-prefix=CHECK-EL 9 ; CHECK-EL: addiu $sp, $sp 10 ; CHECK-EL: .cfi_def_cfa_offset 11 ; CHECK-EL: sdc1 $f20 12 ; CHECK-EL: sw $ra 13 ; CHECK-EL: .cfi_offset 52, -8 14 ; CHECK-EL: .cfi_offset 53, -4 17 ; CHECK-EL: .cfi_offset 31, -12 26 ; CHECK-EL: # %lpad 27 ; CHECK-EL: bne $5
|
D | cfi_offset.ll | 2 ; RUN: llc -march=mipsel -mattr=+o32 < %s | FileCheck %s --check-prefixes=CHECK,CHECK-EL 4 ; RUN: llc -march=mipsel -mattr=+o32,+fpxx < %s | FileCheck %s --check-prefixes=CHECK,CHECK-EL 6 ; RUN: llc -march=mipsel -mattr=+o32,+fp64 < %s | FileCheck %s --check-prefixes=CHECK,CHECK-EL 27 ; CHECK-EL: .cfi_offset 54, -8 28 ; CHECK-EL: .cfi_offset 55, -4 29 ; CHECK-EL: .cfi_offset 52, -16 30 ; CHECK-EL: .cfi_offset 53, -12
|
D | atomic.ll | 2 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS32-ANY,NO-SEB-SEH,CHECK-EL,NOT-MICROMIPS 4 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS32-ANY,HAS-SEB-SEH,CHECK-EL,NOT-MICROMIPS 6 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS32-ANY,HAS-SEB-SEH,CHECK-EL,MIPSR6 8 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS64-ANY,NO-SEB-SEH,CHECK-EL,NOT-MICROMIPS 10 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS64-ANY,NO-SEB-SEH,CHECK-EL,NOT-MICROMIPS 12 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS64-ANY,HAS-SEB-SEH,CHECK-EL,NOT-MICROMIPS 14 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS64-ANY,HAS-SEB-SEH,CHECK-EL,MIPSR6 18 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS32-ANY,HAS-SEB-SEH,CHECK-EL,MICROMIPS 138 ; CHECK-EL: sll $[[R5:[0-9]+]], $[[R3]], 3 181 ; CHECK-EL: sll $[[R5:[0-9]+]], $[[R3]], 3 [all …]
|
/external/eigen/bench/ |
D | basicbenchmark.cpp | 15 #define _GENERATE_HEADER(R,ARG,EL) << BOOST_PP_STRINGIZE(BOOST_PP_SEQ_HEAD(EL)) << "-" \ in main() argument 16 << BOOST_PP_STRINGIZE(BOOST_PP_SEQ_ELEM(1,EL)) << "x" \ in main() 17 << BOOST_PP_STRINGIZE(BOOST_PP_SEQ_ELEM(1,EL)) << " / " in main() 23 #define _RUN_BENCH(R,ARG,EL) \ in main() argument 25 BOOST_PP_CAT(Matrix, BOOST_PP_SEQ_HEAD(EL)) (\ in main() 26 BOOST_PP_SEQ_ELEM(1,EL),BOOST_PP_SEQ_ELEM(1,EL)), BOOST_PP_SEQ_ELEM(2,EL), tries) \ in main()
|
/external/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 103 EditLine *EL; member 113 const char *ElGetPromptFn(EditLine *EL) { in ElGetPromptFn() argument 115 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) in ElGetPromptFn() 124 unsigned char ElCompletionFn(EditLine *EL, int ch) { in ElCompletionFn() argument 126 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) { in ElCompletionFn() 138 ::el_push(EL, const_cast<char *>(Prevs.c_str())); in ElCompletionFn() 145 const LineInfo *LI = ::el_line(EL); in ElCompletionFn() 151 ::el_insertstr(EL, Action.Text.c_str()); in ElCompletionFn() 165 ::el_push(EL, const_cast<char *>("\05\t")); in ElCompletionFn() 212 Data->EL = ::el_init(ProgName.str().c_str(), In, Out, Err); in LineEditor() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 102 EditLine *EL; member 112 const char *ElGetPromptFn(EditLine *EL) { in ElGetPromptFn() argument 114 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) in ElGetPromptFn() 123 unsigned char ElCompletionFn(EditLine *EL, int ch) { in ElCompletionFn() argument 125 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) { in ElCompletionFn() 137 ::el_push(EL, const_cast<char *>(Prevs.c_str())); in ElCompletionFn() 144 const LineInfo *LI = ::el_line(EL); in ElCompletionFn() 150 ::el_insertstr(EL, Action.Text.c_str()); in ElCompletionFn() 164 ::el_push(EL, const_cast<char *>("\05\t")); in ElCompletionFn() 211 Data->EL = ::el_init(ProgName.str().c_str(), In, Out, Err); in LineEditor() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DirectedGraph.h | 110 bool findEdgesTo(const NodeType &N, SmallVectorImpl<EdgeType *> &EL) const { in findEdgesTo() argument 111 assert(EL.empty() && "Expected the list of edges to be empty."); in findEdgesTo() 114 EL.push_back(E); in findEdgesTo() 115 return !EL.empty(); in findEdgesTo() 219 bool findIncomingEdgesToNode(const NodeType &N, SmallVectorImpl<EdgeType*> &EL) const { in findIncomingEdgesToNode() argument 220 assert(EL.empty() && "Expected the list of edges to be empty."); in findIncomingEdgesToNode() 226 EL.insert(EL.end(), TempList.begin(), TempList.end()); in findIncomingEdgesToNode() 229 return !EL.empty(); in findIncomingEdgesToNode() 241 EdgeListTy EL; in removeNode() local 245 Node->findEdgesTo(N, EL); in removeNode() [all …]
|
/external/owasp/java-encoder/jsp/src/site/markdown/ |
D | index.md | 14 includes tags and a set of JSP EL functions: 29 <p>Dynamic data via EL: ${e:forHtml(param.value)}</p>
|
/external/swiftshader/src/Reactor/ |
D | SIMD.hpp | 496 using EL = typename Scalar<T>::Type; in Load() typedef 505 auto el = rr::Load(scalar::Pointer<EL>(pointers[i]), alignment, atomic, order); in Load() 526 return T(*scalar::Pointer<EL>(base + staticOffsets[0], alignment)); in Load() 556 EL el = *scalar::Pointer<EL>(base + staticOffsets[0], alignment); in Load() 577 return Gather(scalar::Pointer<EL>(base), offs, mask, alignment, zeroMaskedLanes); in Load() 587 out = T(rr::Load(scalar::Pointer<EL>(&base[offset]), alignment, atomic, order)); in Load() 604 auto el = rr::Load(scalar::Pointer<EL>(&base[offset]), alignment, atomic, order); in Load() 632 using EL = typename Scalar<T>::Type; in Store() typedef 641 rr::Store(Extract(val, i), scalar::Pointer<EL>(pointers[i]), alignment, atomic, order); in Store() 676 *scalar::Pointer<EL>(base + staticOffsets[0], alignment) = As<EL>(scalarVal); in Store() [all …]
|
/external/owasp/java-encoder/src/site/markdown/ |
D | index.md | 39 includes tags and a set of JSP EL functions: 54 <p>Dynamic data via EL: ${e:forHtml(param.value)}</p>
|