Home
last modified time | relevance | path

Searched refs:ASSEMBLE_MODULO (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc412 #define ASSEMBLE_MODULO(div_instr, mul_instr) \ macro
1508 ASSEMBLE_MODULO(divw, mullw); in AssembleArchInstruction()
1516 ASSEMBLE_MODULO(divd, mulld); in AssembleArchInstruction()
1524 ASSEMBLE_MODULO(divwu, mullw); in AssembleArchInstruction()
1532 ASSEMBLE_MODULO(divdu, mulld); in AssembleArchInstruction()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc601 #define ASSEMBLE_MODULO(div_instr, shift_instr) \ macro