Searched defs:mtctr (Results 1 – 3 of 3) sorted by relevance
132 __ mtctr(r3); in Generate_JSBuiltinsConstructStubHelper() local269 __ mtctr(r3); in Generate_JSConstructStubGeneric() local435 __ mtctr(r6); in Generate_ResumeGeneratorTrampoline() local902 __ mtctr(r5); in Generate_InterpreterEntryTrampoline() local988 __ mtctr(count); in Generate_InterpreterPushArgs() local1485 __ mtctr(r3); in Generate_FunctionPrototypeCall() local1692 __ mtctr(r7); in Generate_CallOrConstructVarargs() local1954 __ mtctr(r3); in Generate_PushBoundArguments() local1968 __ mtctr(r7); in Generate_PushBoundArguments() local
755 __ mtctr(r5); in GetCode() local
1581 void Assembler::mtctr(Register src) { in mtctr() function in v8::internal::Assembler