• Home
  • Raw
  • Download

Lines Matching refs:TmpInst

334       MCInst TmpInst;  in HexagonProcessInstruction()  local
336 TmpInst.setOpcode(Hexagon::L2_loadrdgp); in HexagonProcessInstruction()
337 TmpInst.addOperand(Reg); in HexagonProcessInstruction()
338 TmpInst.addOperand(MCOperand::createExpr( in HexagonProcessInstruction()
340 MappedInst = TmpInst; in HexagonProcessInstruction()
350 MCInst TmpInst; in HexagonProcessInstruction() local
352 TmpInst.setOpcode(Hexagon::L2_loadrigp); in HexagonProcessInstruction()
353 TmpInst.addOperand(Reg); in HexagonProcessInstruction()
354 TmpInst.addOperand(MCOperand::createExpr(HexagonMCExpr::create( in HexagonProcessInstruction()
356 MappedInst = TmpInst; in HexagonProcessInstruction()
431 MCInst TmpInst; in HexagonProcessInstruction() local
433 TmpInst.setOpcode(Hexagon::S2_vsathub); in HexagonProcessInstruction()
434 TmpInst.addOperand(MappedInst.getOperand(0)); in HexagonProcessInstruction()
435 TmpInst.addOperand(MappedInst.getOperand(1)); in HexagonProcessInstruction()
436 MappedInst = TmpInst; in HexagonProcessInstruction()
439 TmpInst.setOpcode(Hexagon::S5_asrhub_rnd_sat); in HexagonProcessInstruction()
440 TmpInst.addOperand(MappedInst.getOperand(0)); in HexagonProcessInstruction()
441 TmpInst.addOperand(MappedInst.getOperand(1)); in HexagonProcessInstruction()
444 TmpInst.addOperand( in HexagonProcessInstruction()
446 MappedInst = TmpInst; in HexagonProcessInstruction()
458 MCInst TmpInst; in HexagonProcessInstruction() local
460 TmpInst.setOpcode(Hexagon::A2_combinew); in HexagonProcessInstruction()
461 TmpInst.addOperand(MappedInst.getOperand(0)); in HexagonProcessInstruction()
466 TmpInst.addOperand(MCOperand::createReg(High)); in HexagonProcessInstruction()
467 TmpInst.addOperand(MCOperand::createReg(Low)); in HexagonProcessInstruction()
468 MappedInst = TmpInst; in HexagonProcessInstruction()
473 TmpInst.setOpcode(Hexagon::S2_asr_i_p_rnd); in HexagonProcessInstruction()
475 TmpInst.setOpcode(Hexagon::S5_vasrhrnd); in HexagonProcessInstruction()
476 TmpInst.addOperand(MappedInst.getOperand(0)); in HexagonProcessInstruction()
477 TmpInst.addOperand(MappedInst.getOperand(1)); in HexagonProcessInstruction()
480 TmpInst.addOperand( in HexagonProcessInstruction()
482 MappedInst = TmpInst; in HexagonProcessInstruction()
494 MCInst TmpInst; in HexagonProcessInstruction() local
496 TmpInst.setOpcode(Hexagon::A2_tfr); in HexagonProcessInstruction()
497 TmpInst.addOperand(MappedInst.getOperand(0)); in HexagonProcessInstruction()
498 TmpInst.addOperand(MappedInst.getOperand(1)); in HexagonProcessInstruction()
499 MappedInst = TmpInst; in HexagonProcessInstruction()
502 TmpInst.setOpcode(Hexagon::S2_asr_i_r_rnd); in HexagonProcessInstruction()
503 TmpInst.addOperand(MappedInst.getOperand(0)); in HexagonProcessInstruction()
504 TmpInst.addOperand(MappedInst.getOperand(1)); in HexagonProcessInstruction()
507 TmpInst.addOperand( in HexagonProcessInstruction()
509 MappedInst = TmpInst; in HexagonProcessInstruction()
515 MCInst TmpInst; in HexagonProcessInstruction() local
519 TmpInst.setOpcode(Hexagon::A2_combineii); in HexagonProcessInstruction()
520 TmpInst.addOperand(Rdd); in HexagonProcessInstruction()
526 TmpInst.addOperand(MCOperand::createExpr(E)); in HexagonProcessInstruction()
530 TmpInst.addOperand(MCOperand::createExpr(E)); in HexagonProcessInstruction()
532 TmpInst.addOperand(MO); in HexagonProcessInstruction()
533 MappedInst = TmpInst; in HexagonProcessInstruction()
606 MCInst TmpInst; in HexagonProcessInstruction() local
610 TmpInst.setOpcode(Hexagon::V6_vxor); in HexagonProcessInstruction()
611 TmpInst.addOperand(Inst.getOperand(0)); in HexagonProcessInstruction()
612 TmpInst.addOperand(Inst.getOperand(0)); in HexagonProcessInstruction()
613 TmpInst.addOperand(Inst.getOperand(0)); in HexagonProcessInstruction()
614 MappedInst = TmpInst; in HexagonProcessInstruction()
619 MCInst TmpInst; in HexagonProcessInstruction() local
623 TmpInst.setOpcode(Hexagon::V6_vsubw_dv); in HexagonProcessInstruction()
624 TmpInst.addOperand(Inst.getOperand(0)); in HexagonProcessInstruction()
625 TmpInst.addOperand(Inst.getOperand(0)); in HexagonProcessInstruction()
626 TmpInst.addOperand(Inst.getOperand(0)); in HexagonProcessInstruction()
627 MappedInst = TmpInst; in HexagonProcessInstruction()