Searched defs:rotrdi (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 908 __ rotrdi(i.OutputRegister(), i.InputRegister(0), sh, i.OutputRCBit()); in AssembleArchInstruction() local
|
/external/v8/src/ppc/ |
D | assembler-ppc.cc | 1469 void Assembler::rotrdi(Register ra, Register rs, int sh, RCBit r) { in rotrdi() function in v8::internal::Assembler
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 3174 __ rotrdi(r5, r5, 1); // r5 = 0x80000000_00000000 in EmitIsMinusZero() local
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 2414 __ rotrdi(ip, ip, 1); // ip = 0x80000000_00000000 in DoShiftI() local
|