Searched refs:EB (Results 1 - 25 of 64) sorted by relevance

123

/external/valgrind/main/auxprogs/
H A Ddump_insn_ppc.sh3 objdump -b binary -m powerpc -EB -D \
/external/llvm/test/MC/Mips/
H A Dmicromips-trap-instructions.s4 # RUN: | FileCheck -check-prefix=CHECK-EB %s
27 # CHECK-EB: teq $8, $9 # encoding: [0x01,0x28,0x00,0x3c]
28 # CHECK-EB: tge $8, $9 # encoding: [0x01,0x28,0x02,0x3c]
29 # CHECK-EB: tgeu $8, $9 # encoding: [0x01,0x28,0x04,0x3c]
30 # CHECK-EB: tlt $8, $9 # encoding: [0x01,0x28,0x08,0x3c]
31 # CHECK-EB: tltu $8, $9 # encoding: [0x01,0x28,0x0a,0x3c]
32 # CHECK-EB: tne $8, $9 # encoding: [0x01,0x28,0x0c,0x3c]
33 # CHECK-EB: teqi $9, 17767 # encoding: [0x41,0xc9,0x45,0x67]
34 # CHECK-EB: tgei $9, 17767 # encoding: [0x41,0x29,0x45,0x67]
35 # CHECK-EB
[all...]
H A Dmicromips-alu-instructions.s2 # RUN: llvm-mc %s -triple=mips -show-encoding -mattr=micromips | FileCheck -check-prefix=CHECK-EB %s
44 # CHECK-EB: add $9, $6, $7 # encoding: [0x00,0xe6,0x49,0x10]
45 # CHECK-EB: addi $9, $6, 17767 # encoding: [0x11,0x26,0x45,0x67]
46 # CHECK-EB: addiu $9, $6, -15001 # encoding: [0x31,0x26,0xc5,0x67]
47 # CHECK-EB: addi $9, $6, 17767 # encoding: [0x11,0x26,0x45,0x67]
48 # CHECK-EB: addiu $9, $6, -15001 # encoding: [0x31,0x26,0xc5,0x67]
49 # CHECK-EB: addu $9, $6, $7 # encoding: [0x00,0xe6,0x49,0x50]
50 # CHECK-EB: sub $9, $6, $7 # encoding: [0x00,0xe6,0x49,0x90]
51 # CHECK-EB: subu $4, $3, $5 # encoding: [0x00,0xa3,0x21,0xd0]
52 # CHECK-EB
[all...]
H A Dmicromips-control-instructions.s4 # RUN: | FileCheck -check-prefix=CHECK-EB %s
30 # CHECK-EB: break # encoding: [0x00,0x00,0x00,0x07]
31 # CHECK-EB: break 7 # encoding: [0x00,0x07,0x00,0x07]
32 # CHECK-EB: break 7, 5 # encoding: [0x00,0x07,0x01,0x47]
33 # CHECK-EB: syscall # encoding: [0x00,0x00,0x8b,0x7c]
34 # CHECK-EB: syscall 396 # encoding: [0x01,0x8c,0x8b,0x7c]
35 # CHECK-EB: eret # encoding: [0x00,0x00,0xf3,0x7c]
36 # CHECK-EB: deret # encoding: [0x00,0x00,0xe3,0x7c]
37 # CHECK-EB: di # encoding: [0x00,0x00,0x47,0x7c]
38 # CHECK-EB
[all...]
H A Dmicromips-loadstore-instructions.s4 # RUN: | FileCheck -check-prefix=CHECK-EB %s
26 # CHECK-EB: lb $5, 8($4) # encoding: [0x1c,0xa4,0x00,0x08]
27 # CHECK-EB: lbu $6, 8($4) # encoding: [0x14,0xc4,0x00,0x08]
28 # CHECK-EB: lh $2, 8($4) # encoding: [0x3c,0x44,0x00,0x08]
29 # CHECK-EB: lhu $4, 8($2) # encoding: [0x34,0x82,0x00,0x08]
30 # CHECK-EB: lw $6, 4($5) # encoding: [0xfc,0xc5,0x00,0x04]
31 # CHECK-EB: sb $5, 8($4) # encoding: [0x18,0xa4,0x00,0x08]
32 # CHECK-EB: sh $2, 8($4) # encoding: [0x38,0x44,0x00,0x08]
33 # CHECK-EB: sw $5, 4($6) # encoding: [0xf8,0xa6,0x00,0x04]
34 # CHECK-EB
[all...]
H A Dmicromips-branch-instructions.s4 # RUN: | FileCheck %s -check-prefix=CHECK-EB
35 # CHECK-EB: b 1332 # encoding: [0x94,0x00,0x02,0x9a]
36 # CHECK-EB: nop # encoding: [0x00,0x00,0x00,0x00]
37 # CHECK-EB: beq $9, $6, 1332 # encoding: [0x94,0xc9,0x02,0x9a]
38 # CHECK-EB: nop # encoding: [0x00,0x00,0x00,0x00]
39 # CHECK-EB: bgez $6, 1332 # encoding: [0x40,0x46,0x02,0x9a]
40 # CHECK-EB: nop # encoding: [0x00,0x00,0x00,0x00]
41 # CHECK-EB: bgezal $6, 1332 # encoding: [0x40,0x66,0x02,0x9a]
42 # CHECK-EB: nop # encoding: [0x00,0x00,0x00,0x00]
43 # CHECK-EB
[all...]
H A Dmicromips-16-bit-instructions.s4 # RUN: FileCheck -check-prefix=CHECK-EB %s
19 # CHECK-EB: mfhi $9 # encoding: [0x46,0x09]
20 # CHECK-EB: mflo $9 # encoding: [0x46,0x49]
21 # CHECK-EB: move $25, $1 # encoding: [0x0f,0x21]
22 # CHECK-EB: jalr $9 # encoding: [0x45,0xc9]
H A Dmicromips-jump-instructions.s4 # RUN: | FileCheck %s -check-prefix=CHECK-EB
25 # CHECK-EB: j 1328 # encoding: [0xd4,0x00,0x02,0x98]
26 # CHECK-EB: nop # encoding: [0x00,0x00,0x00,0x00]
27 # CHECK-EB: jal 1328 # encoding: [0xf4,0x00,0x02,0x98]
28 # CHECK-EB: nop # encoding: [0x00,0x00,0x00,0x00]
29 # CHECK-EB: jalr $ra, $6 # encoding: [0x03,0xe6,0x0f,0x3c]
30 # CHECK-EB: nop # encoding: [0x00,0x00,0x00,0x00]
31 # CHECK-EB: jr $7 # encoding: [0x00,0x07,0x0f,0x3c]
32 # CHECK-EB: nop # encoding: [0x00,0x00,0x00,0x00]
33 # CHECK-EB
[all...]
H A Dmicromips-shift-instructions.s2 # RUN: llvm-mc %s -triple=mips -show-encoding -mcpu=mips32r2 -mattr=micromips | FileCheck -check-prefix=CHECK-EB %s
21 # CHECK-EB: sll $4, $3, 7 # encoding: [0x00,0x83,0x38,0x00]
22 # CHECK-EB: sllv $2, $3, $5 # encoding: [0x00,0x65,0x10,0x10]
23 # CHECK-EB: sra $4, $3, 7 # encoding: [0x00,0x83,0x38,0x80]
24 # CHECK-EB: srav $2, $3, $5 # encoding: [0x00,0x65,0x10,0x90]
25 # CHECK-EB: srl $4, $3, 7 # encoding: [0x00,0x83,0x38,0x40]
26 # CHECK-EB: srlv $2, $3, $5 # encoding: [0x00,0x65,0x10,0x50]
27 # CHECK-EB: rotr $9, $6, 7 # encoding: [0x01,0x26,0x38,0xc0]
28 # CHECK-EB: rotrv $9, $6, $7 # encoding: [0x00,0xc7,0x48,0xd0]
H A Dmicromips-fpu-instructions.s4 # RUN: -mcpu=mips32r2 | FileCheck -check-prefix=CHECK-EB %s
75 # CHECK-EB: add.s $f4, $f6, $f8 # encoding: [0x55,0x06,0x20,0x30]
76 # CHECK-EB: add.d $f4, $f6, $f8 # encoding: [0x55,0x06,0x21,0x30]
77 # CHECK-EB: div.s $f4, $f6, $f8 # encoding: [0x55,0x06,0x20,0xf0]
78 # CHECK-EB: div.d $f4, $f6, $f8 # encoding: [0x55,0x06,0x21,0xf0]
79 # CHECK-EB: mul.s $f4, $f6, $f8 # encoding: [0x55,0x06,0x20,0xb0]
80 # CHECK-EB: mul.d $f4, $f6, $f8 # encoding: [0x55,0x06,0x21,0xb0]
81 # CHECK-EB: sub.s $f4, $f6, $f8 # encoding: [0x55,0x06,0x20,0x70]
82 # CHECK-EB: sub.d $f4, $f6, $f8 # encoding: [0x55,0x06,0x21,0x70]
83 # CHECK-EB
[all...]
H A Dmicromips-loadstore-unaligned.s4 # RUN: -mattr=micromips | FileCheck -check-prefix=CHECK-EB %s
19 # CHECK-EB: lwl $4, 16($5) # encoding: [0x60,0x85,0x00,0x10]
20 # CHECK-EB: lwr $4, 16($5) # encoding: [0x60,0x85,0x10,0x10]
21 # CHECK-EB: swl $4, 16($5) # encoding: [0x60,0x85,0x80,0x10]
22 # CHECK-EB: swr $4, 16($5) # encoding: [0x60,0x85,0x90,0x10]
H A Dmicromips-movcond-instructions.s4 # RUN: | FileCheck -check-prefix=CHECK-EB %s
19 # CHECK-EB: movz $9, $6, $7 # encoding: [0x00,0xe6,0x48,0x58]
20 # CHECK-EB: movn $9, $6, $7 # encoding: [0x00,0xe6,0x48,0x18]
21 # CHECK-EB: movt $9, $6, $fcc0 # encoding: [0x55,0x26,0x09,0x7b]
22 # CHECK-EB: movf $9, $6, $fcc0 # encoding: [0x55,0x26,0x01,0x7b]
H A Dmicromips-multiply-instructions.s4 # RUN: | FileCheck -check-prefix=CHECK-EB %s
19 # CHECK-EB: madd $4, $5 # encoding: [0x00,0xa4,0xcb,0x3c]
20 # CHECK-EB: maddu $4, $5 # encoding: [0x00,0xa4,0xdb,0x3c]
21 # CHECK-EB: msub $4, $5 # encoding: [0x00,0xa4,0xeb,0x3c]
22 # CHECK-EB: msubu $4, $5 # encoding: [0x00,0xa4,0xfb,0x3c]
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp44 for (StructType::element_iterator EB = STy->element_begin(),
45 EI = EB,
48 if (Indices && *Indices == unsigned(EI - EB))
82 for (StructType::element_iterator EB = STy->element_begin(),
83 EI = EB,
87 StartingOffset + SL->getElementOffset(EI - EB));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp76 Function::const_iterator BB = Fn->begin(), EB = Fn->end(); local
99 for (; BB != EB; ++BB)
181 for (BB = Fn->begin(); BB != EB; ++BB) {
220 for (BB = Fn->begin(); BB != EB; ++BB)
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp415 EngineBuilder EB = local
423 return EB.create();
444 EngineBuilder EB(M);
445 EB.setEngineKind(EngineKind::JIT);
446 EB.setErrorStr(ErrorStr);
447 EB.setRelocationModel(RM);
448 EB.setCodeModel(CMM);
449 EB.setAllocateGVsWithCode(GVsWithCode);
450 EB.setOptLevel(OL);
451 EB
[all...]
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestBase.h317 EngineBuilder EB(M);
319 TheJIT.reset(EB.setEngineKind(EngineKind::JIT)
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1400 EdgeBuilder EB(PD, PDB);
1431 EB.addEdge(C->callReturn, /*AlwaysAdd=*/true, /*IsPostJump=*/true);
1432 EB.flushLocations();
1447 EB.addEdge(pos);
1451 EB.flushLocations();
1470 EB.addContext(C->getLocation());
1514 EB.addEdge(p->getLocation(), true);
1520 EB.addEdge(BL);
1541 EB.addEdge(PE->getLocation(), true);
1547 EB
[all...]
/external/chromium_org/third_party/icu/source/data/sprep/
H A Drfc3530cs.txt46 05EB..05EF; ; UNASSIGNED
291 20EB..20FF; ; UNASSIGNED
H A Drfc3530mixp.txt47 05EB..05EF; ; UNASSIGNED
292 20EB..20FF; ; UNASSIGNED
H A Drfc3920res.txt47 05EB..05EF; ; UNASSIGNED
292 20EB..20FF; ; UNASSIGNED
H A Drfc4011.txt46 05EB..05EF; ; UNASSIGNED
291 20EB..20FF; ; UNASSIGNED
H A Drfc4013.txt47 05EB..05EF; ; UNASSIGNED
292 20EB..20FF; ; UNASSIGNED
H A Drfc4505.txt46 05EB..05EF; ; UNASSIGNED
291 20EB..20FF; ; UNASSIGNED
/external/chromium_org/third_party/icu/source/test/testdata/
H A Dnfs4_cs_prep_cs.txt38 05EB..05EF; ; UNASSIGNED
283 20EB..20FF; ; UNASSIGNED

Completed in 312 milliseconds

123