Home
last modified time | relevance | path

Searched refs:EL (Results 1 – 25 of 95) sorted by relevance

1234

/external/llvm/test/MC/Mips/
Dexpr1.s2 # 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: foo@ABS_LO, kind: fixup_Mips…
12 # 32R2-EL: lw $4, 56($4) # encoding: [0x38,0x00,0x84,0x8c]
13 # 32R2-EL: lw $4, %lo(foo+8)($4) # encoding: [0x08'A',A,0x84,0x8c]
14 # 32R2-EL: # fixup A - offset: 0, value: foo@ABS_LO, kind: fixup_Mips…
[all …]
Dmicromips-16-bit-instructions.s2 # 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 …]
Dmicromips-control-instructions.s2 # 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 …]
Dmicromips-alu-instructions.s1 # 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 …]
Dmicromips-loadstore-instructions.s2 # 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 …]
Dmicromips-branch-instructions.s2 # 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 …]
Dmicromips-jump-instructions.s2 # 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 …]
Dmicromips-fpu-instructions.s2 # 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 …]
Dmicromips-trap-instructions.s2 # 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 …]
Dmicromips-shift-instructions.s1 …-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]
Dmicromips-loadstore-unaligned.s2 # 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]
Dmicromips-multiply-instructions.s2 # 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]
Dmicromips-movcond-instructions.s2 # 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]
/external/llvm/test/CodeGen/Mips/
Dload-store-left-right.ll1 …s32 < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS32 -check-prefix=MIPS32-EL %s
3 …s32r2 < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS32 -check-prefix=MIPS32-EL %s
5 …6 < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS32R6 -check-prefix=MIPS32R6-EL %s
7 … -target-abi=n64 < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS64 -check-prefix=MIPS64-EL %s
9 … -target-abi=n64 < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS64 -check-prefix=MIPS64-EL %s
11 … -target-abi=n64 < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS64 -check-prefix=MIPS64-EL %s
13 …rget-abi=n64 < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS64R6 -check-prefix=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 …]
Dunalignedload.ll1 …mipsel -mcpu=mips32 | FileCheck %s -check-prefix=ALL -check-prefix=ALL-EL -check-prefix=MIPS32-EL
3 …mipsel -mcpu=mips32r2 | FileCheck %s -check-prefix=ALL -check-prefix=ALL-EL -check-prefix=MIPS32-EL
5 …psel -mcpu=mips32r6 | FileCheck %s -check-prefix=ALL -check-prefix=ALL-EL -check-prefix=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 …]
Deh.ll1 ; 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: beq $5
Dcfi_offset.ll2 …RUN: llc -march=mipsel -mattr=+o32 < %s | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-EL
4 …lc -march=mipsel -mattr=+o32,+fpxx < %s | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-EL
6 …lc -march=mipsel -mattr=+o32,+fp64 < %s | FileCheck %s --check-prefix=CHECK --check-prefix=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
Datomic.ll1 …ALL -check-prefix=MIPS32-ANY -check-prefix=NO-SEB-SEH -check-prefix=CHECK-EL -check-prefix=NOT-MI…
2 …ALL -check-prefix=MIPS32-ANY -check-prefix=HAS-SEB-SEH -check-prefix=CHECK-EL -check-prefix=NOT-MI…
3 …ALL -check-prefix=MIPS32-ANY -check-prefix=HAS-SEB-SEH -check-prefix=CHECK-EL -check-prefix=NOT-MI…
4 …ALL -check-prefix=MIPS64-ANY -check-prefix=NO-SEB-SEH -check-prefix=CHECK-EL -check-prefix=NOT-MI…
5 …ALL -check-prefix=MIPS64-ANY -check-prefix=NO-SEB-SEH -check-prefix=CHECK-EL -check-prefix=NOT-MI…
6 …ALL -check-prefix=MIPS64-ANY -check-prefix=HAS-SEB-SEH -check-prefix=CHECK-EL -check-prefix=NOT-MI…
7 …ALL -check-prefix=MIPS64-ANY -check-prefix=HAS-SEB-SEH -check-prefix=CHECK-EL -check-prefix=NOT-MI…
8 …ALL -check-prefix=MIPS32-ANY -check-prefix=HAS-SEB-SEH -check-prefix=CHECK-EL -check-prefix=MICROM…
115 ; CHECK-EL: sll $[[R5:[0-9]+]], $[[R3]], 3
153 ; CHECK-EL: sll $[[R5:[0-9]+]], $[[R3]], 3
[all …]
/external/eigen/bench/
Dbasicbenchmark.cpp15 #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/
DLineEditor.cpp101 EditLine *EL; member
109 static const char *ElGetPromptFn(EditLine *EL) { in ElGetPromptFn() argument
111 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) in ElGetPromptFn()
120 static unsigned char ElCompletionFn(EditLine *EL, int ch) { in ElCompletionFn() argument
122 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) { in ElCompletionFn()
134 ::el_push(EL, const_cast<char *>(Prevs.c_str())); in ElCompletionFn()
141 const LineInfo *LI = ::el_line(EL); in ElCompletionFn()
147 ::el_insertstr(EL, Action.Text.c_str()); in ElCompletionFn()
161 ::el_push(EL, const_cast<char *>("\05\t")); in ElCompletionFn()
206 Data->EL = ::el_init(ProgName.str().c_str(), In, Out, Err); in LineEditor()
[all …]
/external/libedit/src/
Dcommon.c143 #define EL el->el_line in ed_delete_next_char() macro
146 EL.buffer, EL.buffer, EL.cursor, EL.cursor, EL.lastchar, in ed_delete_next_char()
147 EL.lastchar, EL.limit, EL.limit); in ed_delete_next_char()
/external/icu/icu4c/source/data/translit/
DSerbian_Latin_BGN.txt44 Л → L ; # CYRILLIC CAPITAL LETTER EL
45 л → l ; # CYRILLIC SMALL LETTER EL
DMacedonian_Latin_BGN.txt50 Л → L ; # CYRILLIC CAPITAL LETTER EL
51 л → l ; # CYRILLIC SMALL LETTER EL
DAzerbaijani_Latin_BGN.txt51 Л → L ; # CYRILLIC CAPITAL LETTER EL
52 л → l ; # CYRILLIC SMALL LETTER EL
DMongolian_Latin_BGN.txt48 Л → L ; # CYRILLIC CAPITAL LETTER EL
49 л → l ; # CYRILLIC SMALL LETTER EL

1234