Home
last modified time | relevance | path

Searched refs:sce (Results 1 – 25 of 48) sorted by relevance

12

/external/llvm/test/MC/Mips/eva/
Dvalid_R6.s34sce $9,255($s2) # CHECK: sce $9, 255($18) # encoding: [0x7e,0x49,0x7f,0x9e]
35sce $12,-256($s5) # CHECK: sce $12, -256($21) # encoding: [0x7e,0xac,0x80,0x1e]
36sce $13,-31($s7) # CHECK: sce $13, -31($23) # encoding: [0x7e,0xed,0xf0,0x9e]
Dvalid_preR6.s44sce $9,255($s2) # CHECK: sce $9, 255($18) # encoding: [0x7e,0x49,0x7f,0x9e]
45sce $12,-256($s5) # CHECK: sce $12, -256($21) # encoding: [0x7e,0xac,0x80,0x1e]
46sce $13,-31($s7) # CHECK: sce $13, -31($23) # encoding: [0x7e,0xed,0xf0,0x9e]
Dinvalid.s24 sce $33, 8($5) # CHECK: :[[@LINE]]:9: error: invalid operand for instruction
25 sce $4, 8($33) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset
26 sce $4, 512($5) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset
27 sce $4, -513($5) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset
Dinvalid_R6.s33 sce $33, 8($5) # CHECK: :[[@LINE]]:19: error: invalid operand for instruction
34sce $4, 8($33) # CHECK: :[[@LINE]]:23: error: expected memory with 9-bit signed offs…
35sce $4, 512($5) # CHECK: :[[@LINE]]:23: error: expected memory with 9-bit signed offs…
36sce $4, -513($5) # CHECK: :[[@LINE]]:23: error: expected memory with 9-bit signed offs…
Dinvalid-noeva-wrong-error.s55sce $9,255($s2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit s…
56sce $12,-256($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit s…
57sce $13,-31($s7) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit s…
/external/llvm/test/MC/Disassembler/Mips/eva/
Dvalid_R6-eva.txt28 0x7e 0x49 0x7f 0x9e # CHECK: sce $9, 255($18)
29 0x7e 0xac 0x80 0x1e # CHECK: sce $12, -256($21)
30 0x7e 0xed 0xf0 0x9e # CHECK: sce $13, -31($23)
Dvalid_preR6-eva.txt38 0x7e 0x49 0x7f 0x9e # CHECK: sce $9, 255($18)
39 0x7e 0xac 0x80 0x1e # CHECK: sce $12, -256($21)
40 0x7e 0xed 0xf0 0x9e # CHECK: sce $13, -31($23)
/external/llvm/test/MC/Mips/
Dmicromips-control-instructions.s50 # CHECK-EL: sce $2, 8($4) # encoding: [0x44,0x60,0x08,0xac]
92 # CHECK-EB: sce $2, 8($4) # encoding: [0x60,0x44,0xac,0x08]
129 sce $2, 8($4)
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DControlFlowGraph.java249 } catch (final StructuralCodeConstraintException sce) { in mergeInFrames()
250 extendMessageWithFlow(sce); in mergeInFrames()
251 throw sce; in mergeInFrames()
/external/llvm/test/MC/Mips/micromips/
Dinvalid.s78 sce $33, 8($5) # CHECK: :[[@LINE]]:7: error: invalid operand for instruction
79 sce $4, 8($33) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset
80 sce $4, 512($5) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset
81 sce $4, -513($5) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset
/external/ipsec-tools/src/racoon/
Dhandler.h143 struct sched *sce; /* schedule for expire */ member
262 struct sched *sce; /* schedule for expire */ member
Disakmp.c871 iph1->sce = sched_new(iph1->approval->lifetime,
2001 SCHED_KILL(iph1->sce);
2022 iph1->sce = sched_new(1, isakmp_ph1expire_stub, iph1);
2026 iph1->sce = sched_new(1, isakmp_ph1delete_stub, iph1);
2044 SCHED_KILL(iph1->sce);
2047 iph1->sce = sched_new(1, isakmp_ph1delete_stub, iph1);
2091 SCHED_KILL(iph2->sce);
2105 iph2->sce = sched_new(1, isakmp_ph2delete_stub, iph2);
2125 SCHED_KILL(iph2->sce);
3339 SCHED_KILL(iph1->sce);
[all …]
Dhandler.c330 iph1->sce = NULL;
507 && p->sce == NULL && p->scr == NULL){
599 iph2->sce = NULL;
1315 iph1->sce = sched_new(1, isakmp_ph1delete_stub, iph1); in remove_ph1()
Dpfkey.c817 SCHED_KILL(iph2->sce);
1269 SCHED_KILL(iph2->sce);
1301 iph2->sce = sched_new(iph2->approval->lifetime,
1596 SCHED_KILL(iph2->sce);
/external/llvm/test/DebugInfo/X86/
Ddebugger-tune.ll15 ; RUN: llc -mtriple=x86_64-apple-darwin12 -filetype=obj -debugger-tune=sce < %s | llvm-readobj -sec…
Ddwarf-linkage-names.ll7 ; RUN: llc -O0 -mtriple=x86_64-unknown-unknown -debugger-tune=sce < %s | FileCheck %s -check-prefix…
/external/llvm/test/DebugInfo/Generic/
Dlinkage-name-abstract.ll5 ; RUN: %llc_dwarf -O0 -filetype=obj -debugger-tune=sce < %s | llvm-dwarfdump -debug-dump=info - > %t
/external/cronet/third_party/icu/source/data/translit/
Dit_am.txt205 sce → ሼ;
Dit_ja.txt195 sce → シェ;
/external/icu/icu4c/source/data/translit/
Dit_am.txt205 sce → ሼ;
Dit_ja.txt195 sce → シェ;
/external/llvm/test/MC/Mips/micromips32r6/
Dinvalid.s166 sce $33, 8($5) # CHECK: :[[@LINE]]:7: error: invalid operand for instruction
167 sce $4, 8($33) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset
168 sce $4, 512($5) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset
169 sce $4, -513($5) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset
/external/llvm/test/MC/Mips/micromips64r6/
Dinvalid.s195 sce $33, 8($5) # CHECK: :[[@LINE]]:7: error: invalid operand for instruction
196sce $4, 8($33) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offs…
197sce $4, 512($5) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offs…
198sce $4, -513($5) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offs…
/external/llvm/lib/Target/Mips/
DMipsEVAInstrInfo.td143 class SCE_DESC : SCE_DESC_BASE<"sce", GPR32Opnd, II_SCE>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsEVAInstrInfo.td152 class SCE_DESC : SCE_DESC_BASE<"sce", GPR32Opnd, II_SCE>;

12