H A D | code-generator-s390.cc | 470 static int nullInstr() { UNREACHABLE(); } in nullInstr() function 1506 ASSEMBLE_BIN_OP(RRRInstr(ngrk), RM64Instr(ng), nullInstr); in AssembleArchInstruction() local 1508 ASSEMBLE_BIN_OP(RRInstr(ngr), RM64Instr(ng), nullInstr); in AssembleArchInstruction() local 1521 ASSEMBLE_BIN_OP(RRRInstr(ogrk), RM64Instr(og), nullInstr); in AssembleArchInstruction() local 1523 ASSEMBLE_BIN_OP(RRInstr(ogr), RM64Instr(og), nullInstr); in AssembleArchInstruction() local 1536 ASSEMBLE_BIN_OP(RRRInstr(xgrk), RM64Instr(xg), nullInstr); in AssembleArchInstruction() local 1538 ASSEMBLE_BIN_OP(RRInstr(xgr), RM64Instr(xg), nullInstr); in AssembleArchInstruction() local 1544 ASSEMBLE_BIN32_OP(RRRInstr(ShiftLeftU32), nullInstr, in AssembleArchInstruction() local 1547 ASSEMBLE_BIN32_OP(RRInstr(sll), nullInstr, RIInstr(sll)); in AssembleArchInstruction() local 1551 ASSEMBLE_BIN_OP(RRRInstr(sllg), nullInstr, RRIInst in AssembleArchInstruction() local 1556 ASSEMBLE_BIN32_OP(RRRInstr(srlk), nullInstr, RRIInstr(srlk)); AssembleArchInstruction() local 1558 ASSEMBLE_BIN32_OP(RRInstr(srl), nullInstr, RIInstr(srl)); AssembleArchInstruction() local 1562 ASSEMBLE_BIN_OP(RRRInstr(srlg), nullInstr, RRIInstr(srlg)); AssembleArchInstruction() local 1567 ASSEMBLE_BIN32_OP(RRRInstr(srak), nullInstr, RRIInstr(srak)); AssembleArchInstruction() local 1569 ASSEMBLE_BIN32_OP(RRInstr(sra), nullInstr, RIInstr(sra)); AssembleArchInstruction() local 1573 ASSEMBLE_BIN_OP(RRRInstr(srag), nullInstr, RRIInstr(srag)); AssembleArchInstruction() local 1665 ASSEMBLE_BIN_OP(DDInstr(aebr), DMTInstr(AddFloat32), nullInstr); AssembleArchInstruction() local 1668 ASSEMBLE_BIN_OP(DDInstr(adbr), DMTInstr(AddFloat64), nullInstr); AssembleArchInstruction() local 1686 ASSEMBLE_BIN_OP(DDInstr(sebr), DMTInstr(SubFloat32), nullInstr); AssembleArchInstruction() local 1689 ASSEMBLE_BIN_OP(DDInstr(sdbr), DMTInstr(SubFloat64), nullInstr); AssembleArchInstruction() local 1719 ASSEMBLE_BIN_OP(DDInstr(meebr), DMTInstr(MulFloat32), nullInstr); AssembleArchInstruction() local 1722 ASSEMBLE_BIN_OP(DDInstr(mdbr), DMTInstr(MulFloat64), nullInstr); AssembleArchInstruction() local 1725 ASSEMBLE_BIN_OP(RRRInstr(DivS64), RRM64Instr(DivS64), nullInstr); AssembleArchInstruction() local 1729 ASSEMBLE_BIN_OP(RRRInstr(DivS32), RRM32Instr(DivS32), nullInstr); AssembleArchInstruction() local 1733 ASSEMBLE_BIN_OP(RRRInstr(DivU64), RRM64Instr(DivU64), nullInstr); AssembleArchInstruction() local 1737 ASSEMBLE_BIN_OP(RRRInstr(DivU32), RRM32Instr(DivU32), nullInstr); AssembleArchInstruction() local 1741 ASSEMBLE_BIN_OP(DDInstr(debr), DMTInstr(DivFloat32), nullInstr); AssembleArchInstruction() local 1744 ASSEMBLE_BIN_OP(DDInstr(ddbr), DMTInstr(DivFloat64), nullInstr); AssembleArchInstruction() local 1748 ASSEMBLE_BIN_OP(RRRInstr(ModS32), RRM32Instr(ModS32), nullInstr); AssembleArchInstruction() local 1752 ASSEMBLE_BIN_OP(RRRInstr(ModU32), RRM32Instr(ModU32), nullInstr); AssembleArchInstruction() local 1755 ASSEMBLE_BIN_OP(RRRInstr(ModS64), RRM64Instr(ModS64), nullInstr); AssembleArchInstruction() local 1758 ASSEMBLE_BIN_OP(RRRInstr(ModU64), RRM64Instr(ModU64), nullInstr); AssembleArchInstruction() local 1764 ASSEMBLE_UNARY_OP(D_DInstr(sqebr), nullInstr, nullInstr); AssembleArchInstruction() local 1767 ASSEMBLE_UNARY_OP(D_DInstr(sqdbr), nullInstr, nullInstr); AssembleArchInstruction() local 1891 ASSEMBLE_UNARY_OP(D_DInstr(lcebr), nullInstr, nullInstr); AssembleArchInstruction() local 1894 ASSEMBLE_UNARY_OP(D_DInstr(lcdbr), nullInstr, nullInstr); AssembleArchInstruction() local 2192 ASSEMBLE_UNARY_OP(D_DInstr(ledbr), nullInstr, nullInstr); AssembleArchInstruction() local 2195 ASSEMBLE_UNARY_OP(D_DInstr(ldebr), D_MTInstr(LoadF32AsF64), nullInstr); AssembleArchInstruction() local 2227 ASSEMBLE_UNARY_OP(R_DInstr(MovFloatToInt), R_MInstr(LoadU32), nullInstr); AssembleArchInstruction() local [all...] |