Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/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 register number
25 sce $4, 8($33) # CHECK: :[[@LINE]]:15: error: invalid register number
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 register number
34 sce $4, 8($33) # CHECK: :[[@LINE]]:25: error: invalid register number
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: invalid operand for instruct…
56sce $12,-256($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruct…
57sce $13,-31($s7) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruct…
/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Dmicromips32r6-eva.s18 # CHECK-EL: sce $2, 8($4) # encoding: [0x44,0x60,0x08,0xac]
45 # CHECK-EB: sce $2, 8($4) # encoding: [0x60,0x44,0xac,0x08]
67 sce $2, 8($4)
Dmicromips-eva.s18 # CHECK-EL: sce $2, 8($4) # encoding: [0x44,0x60,0x08,0xac]
53 # CHECK-EB: sce $2, 8($4) # encoding: [0x60,0x44,0xac,0x08]
83 sce $2, 8($4)
/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/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/
Dinvalid.s78 sce $33, 8($5) # CHECK: :[[@LINE]]:7: error: invalid register number
79 sce $4, 8($33) # CHECK: :[[@LINE]]:13: error: invalid register number
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/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()
/external/llvm/test/DebugInfo/X86/
Ddebugger-tune.ll15 ; RUN: llc -mtriple=x86_64-apple-darwin12 -filetype=obj -debugger-tune=sce < %s | llvm-readobj -sec…
/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

123