Searched defs:mtctr (Results 1 – 4 of 4) sorted by relevance
58 mtctr 30 label
303 __ mtctr(scratch); in Generate_PushArguments() local1583 __ mtctr(r5); in Generate_InterpreterEntryTrampoline() local2264 __ mtctr(r0); in Generate_AllocateSpaceAndShiftExistingArguments() local2330 __ mtctr(r7); in Generate_CallOrConstructVarargs() local2586 __ mtctr(r7); in Generate_PushBoundArguments() local
863 __ mtctr(r5); in GetCode() local
1578 void Assembler::mtctr(Register src) { in mtctr() function in v8::internal::Assembler