Home
last modified time | relevance | path

Searched defs:extsw (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1337 __ extsw(i.OutputRegister(), i.OutputRegister()); in AssembleArchInstruction() local
1619 __ extsw(r0, r0, i.OutputRCBit()); in AssembleArchInstruction() local
1694 __ extsw(i.OutputRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
1703 __ extsw(i.OutputRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc1157 __ extsw(result, result); in DoDivI() local
1354 __ extsw(result, result); in DoFlooringDivI() local
1613 __ extsw(result, result, SetRC); in DoShiftI() local
1623 __ extsw(result, result); in DoShiftI() local
1679 __ extsw(result, result); in DoShiftI() local
/external/v8/src/ppc/
Dassembler-ppc.cc1362 void Assembler::extsw(Register rs, Register ra, RCBit rc) { in extsw() function in v8::internal::Assembler