Searched defs:extsw (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1112 __ extsw(r0, r0, i.OutputRCBit()); in AssembleArchInstruction() local 1166 __ extsw(i.OutputRegister(), i.InputRegister(0)); in AssembleArchInstruction() local 1175 __ extsw(i.OutputRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 1631 __ extsw(result, result, SetRC); in DoShiftI() local 1641 __ extsw(result, result); in DoShiftI() local 1697 __ extsw(result, result); in DoShiftI() local
|
/external/v8/src/ppc/ |
D | assembler-ppc.cc | 1294 void Assembler::extsw(Register rs, Register ra, RCBit rc) { in extsw() function in v8::internal::Assembler
|