Home
last modified time | relevance | path

Searched refs:SubP (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/Index/
Dc-index-getCursor-test.m27 @protocol SubP <Proto> protocol
31 @interface Baz : Bar <SubP>
47 id <SubP> c = [Foo fooC];
87 // CHECK: [27:1 - 27:17] ObjCProtocolDecl=SubP:27:11 (Definition)
89 // CHECK: [27:22 - 28:1] ObjCProtocolDecl=SubP:27:11 (Definition)
91 // CHECK: [28:12 - 29:5] ObjCProtocolDecl=SubP:27:11 (Definition)
96 // CHECK: [31:23 - 31:27] ObjCProtocolRef=SubP:27:1
128 // CHECK: [47:6 - 47:10] ObjCProtocolRef=SubP:27:1
Dc-index-api-loadTU-test.m29 @protocol SubP <Proto> protocol
33 @interface Baz : Bar <SubP>
49 id <SubP> c = [Foo fooC];
99 // CHECK: c-index-api-loadTU-test.m:29:11: ObjCProtocolDecl=SubP:29:11 (Definition) Extent=[29:1 - …
104 // CHECK: c-index-api-loadTU-test.m:33:23: ObjCProtocolRef=SubP:29:11 Extent=[33:23 - 33:27]
126 // CHECK: c-index-api-loadTU-test.m:49:6: ObjCProtocolRef=SubP:29:11 Extent=[49:6 - 49:10]
/external/v8/src/regexp/s390/
Dregexp-macro-assembler-s390.cc217 __ SubP(r3, r3, r2); in CheckNotBackReferenceIgnoreCase() local
245 __ SubP(r4, r4, r3); // Offset by length when matching backwards. in CheckNotBackReferenceIgnoreCase() local
266 __ SubP(r5, Operand('a')); in CheckNotBackReferenceIgnoreCase() local
270 __ SubP(r5, Operand(224 - 'a')); in CheckNotBackReferenceIgnoreCase() local
287 __ SubP(current_input_offset(), r4, end_of_input_address()); in CheckNotBackReferenceIgnoreCase() local
293 __ SubP(current_input_offset(), current_input_offset(), r3); in CheckNotBackReferenceIgnoreCase() local
320 __ SubP(r3, r3, r6); in CheckNotBackReferenceIgnoreCase() local
345 __ SubP(current_input_offset(), current_input_offset(), r6); in CheckNotBackReferenceIgnoreCase() local
363 __ SubP(r3, r3, r2); // Length to check. in CheckNotBackReference() local
386 __ SubP(r4, r4, r3); // Offset by length when matching backwards. in CheckNotBackReference() local
[all …]
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc127 __ SubP(sp, sp, ip); in Generate_JSBuiltinsConstructStubHelper() local
263 __ SubP(sp, sp, ip); in Generate_JSConstructStubGeneric() local
420 __ SubP(sp, r5); in Generate_ResumeGeneratorTrampoline() local
425 __ SubP(r5, Operand(kPointerSize)); in Generate_ResumeGeneratorTrampoline() local
511 __ SubP(r4, sp, r4); in Generate_CheckStackOverflow() local
892 __ SubP(r8, sp, r4); in Generate_InterpreterEntryTrampoline() local
909 __ SubP(r1, Operand(1)); in Generate_InterpreterEntryTrampoline() local
979 __ SubP(scratch, sp, scratch); in Generate_StackOverflowCheck() local
998 __ SubP(r0, Operand(1)); in Generate_InterpreterPushArgs() local
1031 __ SubP(r2, r2, Operand(1)); // Subtract one for spread in Generate_InterpreterPushArgsThenCallImpl() local
[all …]
/external/v8/src/s390/
Dmacro-assembler-s390.h311 void SubP(Register dst, const Operand& imm);
316 void SubP(Register dst, Register src, const Operand& imm);
320 void SubP(Register dst, Register src);
323 void SubP(Register dst, Register src1, Register src2);
328 void SubP(Register dst, const MemOperand& opnd);
Dcode-stubs-s390.cc307 __ SubP(r2, ip, Operand(kReturnAddressDistanceFromFunctionStart)); in Generate() local
460 __ SubP(r8, Operand(1)); in CallApiFunctionAndReturn() local
Dmacro-assembler-s390.cc384 SubP(location, location, Operand(stack_offset)); in MultiPush()
409 SubP(location, location, Operand(stack_offset)); in MultiPushDoubles()
2747 void TurboAssembler::SubP(Register dst, const Operand& imm) { in SubP() function in v8::internal::TurboAssembler
2757 void TurboAssembler::SubP(Register dst, Register src, const Operand& imm) { in SubP() function in v8::internal::TurboAssembler
2765 void TurboAssembler::SubP(Register dst, Register src) { SubRR(dst, src); } in SubP() function in v8::internal::TurboAssembler
2800 void TurboAssembler::SubP(Register dst, Register src1, Register src2) { in SubP() function in v8::internal::TurboAssembler
2815 SubP(dst, src2); in SubP()
2837 SubP(dst, src1, src2); in SubP_ExtendSrc()
2851 void TurboAssembler::SubP(Register dst, const MemOperand& opnd) { in SubP() function in v8::internal::TurboAssembler
3557 SubP(dst, src, scratch); in SubSmiLiteral()
Ddeoptimizer-s390.cc71 __ SubP(r6, fp, r6); in Generate() local
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc1328 __ SubP(scratch, Operand(__ pc_offset())); in GenerateSpeculationPoisonFromCodeStartRegister() local
1887 ASSEMBLE_BIN_OP(RRRInstr(sgrk), RM64Instr(sg), RRIInstr(SubP)); in AssembleArchInstruction()
1889 ASSEMBLE_BIN_OP(RRInstr(sgr), RM64Instr(sg), RIInstr(SubP)); in AssembleArchInstruction()