Searched refs:DMTInstr (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 407 #define DMTInstr(instr) \ macro 1872 ASSEMBLE_BIN_OP(DDInstr(aebr), DMTInstr(AddFloat32), nullInstr); in AssembleArchInstruction() 1875 ASSEMBLE_BIN_OP(DDInstr(adbr), DMTInstr(AddFloat64), nullInstr); in AssembleArchInstruction() 1893 ASSEMBLE_BIN_OP(DDInstr(sebr), DMTInstr(SubFloat32), nullInstr); in AssembleArchInstruction() 1896 ASSEMBLE_BIN_OP(DDInstr(sdbr), DMTInstr(SubFloat64), nullInstr); in AssembleArchInstruction() 1926 ASSEMBLE_BIN_OP(DDInstr(meebr), DMTInstr(MulFloat32), nullInstr); in AssembleArchInstruction() 1929 ASSEMBLE_BIN_OP(DDInstr(mdbr), DMTInstr(MulFloat64), nullInstr); in AssembleArchInstruction() 1948 ASSEMBLE_BIN_OP(DDInstr(debr), DMTInstr(DivFloat32), nullInstr); in AssembleArchInstruction() 1951 ASSEMBLE_BIN_OP(DDInstr(ddbr), DMTInstr(DivFloat64), nullInstr); in AssembleArchInstruction()
|