Home
last modified time | relevance | path

Searched refs:indreg (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_shader_dump.c135 const struct sh_srcreg *indreg) in format_reg() argument
138 assert(indreg); in format_reg()
140 if (sh_srcreg_type(*indreg) == SVGA3DREG_LOOP) { in format_reg()
143 _debug_printf("%s[a%u.x+%u]", name, indreg->number, reg.number); in format_reg()
150 static void dump_reg( struct sh_reg reg, struct sh_srcreg *indreg, const struct dump_info *di ) in dump_reg() argument
160 format_reg("v", reg, indreg); in dump_reg()
164 format_reg("c", reg, indreg); in dump_reg()
203 format_reg("o", reg, indreg); in dump_reg()
363 struct sh_srcreg *indreg, in dump_dstreg() argument
406 dump_reg( u.reg, indreg, di); in dump_dstreg()
[all …]
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td99 def indreg : Operand<i16> {
293 def CALLn : II16n<0b101, (outs), (ins indreg:$rs), "call\t$rs", []>;
358 (outs GR8:$rd), (ins indreg:$rs),
362 (outs GR16:$rd), (ins indreg:$rs),
438 def MOV8mn : I8mn<0b0100, (outs), (ins memdst:$dst, indreg:$rs),
440 def MOV16mn : I16mn<0b0100, (outs), (ins memdst:$dst, indreg:$rs),
468 def 8rn : I8rn<opcode, (outs GR8:$rd), (ins GR8:$src2, indreg:$rs),
470 def 16rn : I16rn<opcode, (outs GR16:$rd), (ins GR16:$src2, indreg:$rs),
531 def 8mn : I8mn<opcode, (outs), (ins memdst:$dst, indreg:$rs),
533 def 16mn : I16mn<opcode, (outs), (ins memdst:$dst, indreg:$rs),
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td99 def indreg : Operand<i16> {
293 def CALLn : II16n<0b101, (outs), (ins indreg:$rs), "call\t$rs", []>;
358 (outs GR8:$rd), (ins indreg:$rs),
362 (outs GR16:$rd), (ins indreg:$rs),
438 def MOV8mn : I8mn<0b0100, (outs), (ins memdst:$dst, indreg:$rs),
440 def MOV16mn : I16mn<0b0100, (outs), (ins memdst:$dst, indreg:$rs),
468 def 8rn : I8rn<opcode, (outs GR8:$rd), (ins GR8:$src2, indreg:$rs),
470 def 16rn : I16rn<opcode, (outs GR16:$rd), (ins GR16:$src2, indreg:$rs),
531 def 8mn : I8mn<opcode, (outs), (ins memdst:$dst, indreg:$rs),
533 def 16mn : I16mn<opcode, (outs), (ins memdst:$dst, indreg:$rs),
[all …]