Searched defs:f64i32_opcode (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc613 ArchOpcode f64i32_opcode, ArchOpcode i32f64_opcode,
625 selector->Emit(f64i32_opcode, left_double_operand, left_operand);
626 selector->Emit(f64i32_opcode, right_double_operand, right_operand);
634 ArchOpcode div_opcode, ArchOpcode f64i32_opcode,
638 EmitDiv(selector, div_opcode, f64i32_opcode, i32f64_opcode,
655 ArchOpcode div_opcode, ArchOpcode f64i32_opcode,
663 EmitDiv(selector, div_opcode, f64i32_opcode, i32f64_opcode, div_operand,
612 EmitDiv(InstructionSelector* selector, ArchOpcode div_opcode, ArchOpcode f64i32_opcode, ArchOpcode i32f64_opcode, InstructionOperand* result_operand, InstructionOperand* left_operand, InstructionOperand* right_operand) argument
633 VisitDiv(InstructionSelector* selector, Node* node, ArchOpcode div_opcode, ArchOpcode f64i32_opcode, ArchOpcode i32f64_opcode) argument
654 VisitMod(InstructionSelector* selector, Node* node, ArchOpcode div_opcode, ArchOpcode f64i32_opcode, ArchOpcode i32f64_opcode) argument

Completed in 65 milliseconds