Lines Matching refs:nullInstr
450 static int nullInstr() { in nullInstr() function
1642 ASSEMBLE_BIN_OP(RRRInstr(ngrk), RM64Instr(ng), nullInstr); in AssembleArchInstruction()
1644 ASSEMBLE_BIN_OP(RRInstr(ngr), RM64Instr(ng), nullInstr); in AssembleArchInstruction()
1657 ASSEMBLE_BIN_OP(RRRInstr(ogrk), RM64Instr(og), nullInstr); in AssembleArchInstruction()
1659 ASSEMBLE_BIN_OP(RRInstr(ogr), RM64Instr(og), nullInstr); in AssembleArchInstruction()
1672 ASSEMBLE_BIN_OP(RRRInstr(xgrk), RM64Instr(xg), nullInstr); in AssembleArchInstruction()
1674 ASSEMBLE_BIN_OP(RRInstr(xgr), RM64Instr(xg), nullInstr); in AssembleArchInstruction()
1680 ASSEMBLE_BIN32_OP(RRRInstr(ShiftLeft), nullInstr, RRIInstr(ShiftLeft)); in AssembleArchInstruction()
1682 ASSEMBLE_BIN32_OP(RRInstr(sll), nullInstr, RIInstr(sll)); in AssembleArchInstruction()
1686 ASSEMBLE_BIN_OP(RRRInstr(sllg), nullInstr, RRIInstr(sllg)); in AssembleArchInstruction()
1691 ASSEMBLE_BIN32_OP(RRRInstr(srlk), nullInstr, RRIInstr(srlk)); in AssembleArchInstruction()
1693 ASSEMBLE_BIN32_OP(RRInstr(srl), nullInstr, RIInstr(srl)); in AssembleArchInstruction()
1697 ASSEMBLE_BIN_OP(RRRInstr(srlg), nullInstr, RRIInstr(srlg)); in AssembleArchInstruction()
1702 ASSEMBLE_BIN32_OP(RRRInstr(srak), nullInstr, RRIInstr(srak)); in AssembleArchInstruction()
1704 ASSEMBLE_BIN32_OP(RRInstr(sra), nullInstr, RIInstr(sra)); in AssembleArchInstruction()
1708 ASSEMBLE_BIN_OP(RRRInstr(srag), nullInstr, RRIInstr(srag)); in AssembleArchInstruction()
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()
1932 ASSEMBLE_BIN_OP(RRRInstr(Div64), RRM64Instr(Div64), nullInstr); in AssembleArchInstruction()
1936 ASSEMBLE_BIN_OP(RRRInstr(Div32), RRM32Instr(Div32), nullInstr); in AssembleArchInstruction()
1940 ASSEMBLE_BIN_OP(RRRInstr(DivU64), RRM64Instr(DivU64), nullInstr); in AssembleArchInstruction()
1944 ASSEMBLE_BIN_OP(RRRInstr(DivU32), RRM32Instr(DivU32), 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()
1955 ASSEMBLE_BIN_OP(RRRInstr(Mod32), RRM32Instr(Mod32), nullInstr); in AssembleArchInstruction()
1959 ASSEMBLE_BIN_OP(RRRInstr(ModU32), RRM32Instr(ModU32), nullInstr); in AssembleArchInstruction()
1962 ASSEMBLE_BIN_OP(RRRInstr(Mod64), RRM64Instr(Mod64), nullInstr); in AssembleArchInstruction()
1965 ASSEMBLE_BIN_OP(RRRInstr(ModU64), RRM64Instr(ModU64), nullInstr); in AssembleArchInstruction()
1971 ASSEMBLE_UNARY_OP(D_DInstr(sqebr), nullInstr, nullInstr); in AssembleArchInstruction()
1974 ASSEMBLE_UNARY_OP(D_DInstr(sqdbr), nullInstr, nullInstr); in AssembleArchInstruction()
2096 ASSEMBLE_UNARY_OP(D_DInstr(lcebr), nullInstr, nullInstr); in AssembleArchInstruction()
2099 ASSEMBLE_UNARY_OP(D_DInstr(lcdbr), nullInstr, nullInstr); in AssembleArchInstruction()
2382 ASSEMBLE_UNARY_OP(D_DInstr(ledbr), nullInstr, nullInstr); in AssembleArchInstruction()
2386 nullInstr); in AssembleArchInstruction()
2419 ASSEMBLE_UNARY_OP(R_DInstr(MovFloatToInt), R_MInstr(LoadlW), nullInstr); in AssembleArchInstruction()