Searched defs:srwi (Results 1 – 5 of 5) sorted by relevance
/external/v8/test/cctest/ |
D | test-assembler-ppc.cc | 198 __ srwi(r5, r3, Operand(1)); variable 210 __ srwi(r5, r5, Operand(3)); variable
|
/external/v8/src/ppc/ |
D | codegen-ppc.cc | 575 __ srwi(temp1, temp2, Operand(11)); in EmitMathExp() local
|
D | code-stubs-ppc.cc | 234 __ srwi(r0, scratch_high, Operand(31)); in Generate() local 3952 __ srwi(scratch2, scratch2, Operand(Name::kHashShift)); in GeneratePositiveLookup() local 4041 __ srwi(r0, index, Operand(Name::kHashShift)); in Generate() local
|
D | assembler-ppc.cc | 785 void Assembler::srwi(Register dst, Register src, const Operand& val, RCBit rc) { in srwi() function in v8::internal::Assembler
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 1087 __ srwi(result, dividend, Operand(31)); in DoDivByPowerOf2I() local 1090 __ srwi(result, result, Operand(32 - shift)); in DoDivByPowerOf2I() local 1669 __ srwi(result, left, Operand(shift_count)); in DoShiftI() local
|