Home
last modified time | relevance | path

Searched defs:mtctr (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/src/thread/powerpc/
Dclone.s58 mtctr 30 label
/third_party/node/deps/v8/src/builtins/ppc/
Dbuiltins-ppc.cc303 __ mtctr(scratch); in Generate_PushArguments() local
1583 __ mtctr(r5); in Generate_InterpreterEntryTrampoline() local
2264 __ mtctr(r0); in Generate_AllocateSpaceAndShiftExistingArguments() local
2330 __ mtctr(r7); in Generate_CallOrConstructVarargs() local
2586 __ mtctr(r7); in Generate_PushBoundArguments() local
/third_party/node/deps/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc863 __ mtctr(r5); in GetCode() local
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc.cc1578 void Assembler::mtctr(Register src) { in mtctr() function in v8::internal::Assembler