Searched refs:divwu (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 902 void divwu(Register dst, Register src1, Register src2, OEBit o = LeaveOE,
|
H A D | macro-assembler-ppc.cc | 2799 divwu(dst, src, value, s, r); in CallRecordWriteStub() 2848 divwu(scratch, src, value); in CallRecordWriteStub()
|
H A D | constants-ppc.h | 2119 V(divwu, DIVWU, 0x7C000396) \
|
H A D | assembler-ppc.cc | 864 void Assembler::divwu(Register dst, Register src1, Register src2, OEBit o, in divwu() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 1468 __ divwu(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1)); in AssembleArchInstruction() 1500 ASSEMBLE_MODULO(divwu, mullw); in AssembleArchInstruction()
|
Completed in 30 milliseconds