Searched refs:divd (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/diagnostics/ppc/ |
H A D | disasm-ppc.cc | 1106 Format(instr, "divd'o'. 'rt, 'ra, 'rb"); in DecodeExt2()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 957 void divd(Register dst, Register src1, Register src2, OEBit o = LeaveOE,
|
H A D | macro-assembler-ppc.cc | 2784 divd(dst, src, value, s, r); in CallRecordWriteStub() 2809 divd(scratch, src, value); in CallRecordWriteStub()
|
H A D | constants-ppc.h | 2063 V(divd, DIVD, 0x7C0003D2) \
|
H A D | assembler-ppc.cc | 1133 void Assembler::divd(Register dst, Register src1, Register src2, OEBit o, in divd() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 1463 __ divd(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1)); in AssembleArchInstruction() 1492 ASSEMBLE_MODULO(divd, mulld); in AssembleArchInstruction()
|
Completed in 27 milliseconds