Searched defs:subfic (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 892 __ subfic(kScratchReg, i.InputRegister(1), Operand(32)); in AssembleArchInstruction() local 903 __ subfic(kScratchReg, i.InputRegister(1), Operand(64)); in AssembleArchInstruction() local
|
/external/v8/src/ppc/ |
D | code-stubs-ppc.cc | 193 __ subfic(scratch, scratch, Operand(51)); in Generate() local 202 __ subfic(scratch, scratch, Operand(32)); in Generate() local 3352 __ subfic(length, length, Operand::Zero()); in GenerateOneByteCharsCompareLoop() local
|
D | assembler-ppc.cc | 868 void Assembler::subfic(Register dst, Register src, const Operand& imm) { in subfic() function in v8::internal::Assembler
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 1621 __ subfic(scratch, scratch, Operand(32)); in DoShiftI() local 1757 __ subfic(ToRegister(result), ToRegister(left), right_operand); in DoShiftI() local 2971 __ subfic(result, index, Operand(const_length + 1)); in DoShiftI() local
|