Searched refs:DSI (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/Mips/ |
| HD | MipsDelaySlotFiller.cpp | 599 MachineBasicBlock::instr_iterator DSI(I); in runOnMachineBasicBlock() local 601 if (InMicroMipsMode && TII->GetInstSizeInBytes(std::next(DSI)) == 2 && in runOnMachineBasicBlock() 602 DSI->isCall()) { in runOnMachineBasicBlock() 605 DSI->setDesc(TII->get(getEquivalentCallShort(DSI->getOpcode()))); in runOnMachineBasicBlock()
|
| /NextBSD/sys/gnu/dts/arm/ |
| HD | ste-dbx5x0.dtsi | 624 // supply for U8500 CSI/DSI; VANA LDO 1040 <0xa0351000 0x1000>, /* DSI link 1 */ 1041 <0xa0352000 0x1000>, /* DSI link 2 */ 1042 <0xa0353000 0x1000>; /* DSI link 3 */ 1047 <&prcmu_clk PRCMU_DSI0CLK>, /* DSI 0 */ 1048 <&prcmu_clk PRCMU_DSI1CLK>, /* DSI 1 */
|
| HD | ste-href.dtsi | 256 regulator-name = "V-CSI/DSI";
|
| HD | ste-snowball.dts | 385 regulator-name = "V-CSI/DSI";
|
| /NextBSD/contrib/gcc/config/s390/ |
| HD | s390.md | 224 (define_mode_macro DSI [DI SI]) 2769 (define_expand "extend<HQI:mode><DSI:mode>2" 2770 [(set (match_operand:DSI 0 "register_operand" "") 2771 (sign_extend:DSI (match_operand:HQI 1 "nonimmediate_operand" "")))] 2774 if (<DSI:MODE>mode == DImode && !TARGET_64BIT) 2783 rtx bitcount = GEN_INT (GET_MODE_BITSIZE (<DSI:MODE>mode) - 2786 operands[1] = gen_lowpart (<DSI:MODE>mode, operands[1]); 2787 emit_insn (gen_ashl<DSI:mode>3 (operands[0], operands[1], bitcount)); 2788 emit_insn (gen_ashr<DSI:mode>3 (operands[0], operands[0], bitcount)); 5873 [(set (match_operand:DSI 0 "register_operand" "=d") [all …]
|
| /NextBSD/contrib/gcc/ |
| HD | ChangeLog-2005 | 19695 * config/s390/s390.md: ("DSI", "SCOND"): New mode
|