Searched refs:omod (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/Target/R600/ |
D | VIInstrFormats.td | 116 bits<2> omod; 128 let Inst{60-59} = omod; 143 bits<2> omod; 154 let Inst{60-59} = omod;
|
D | SIInstrInfo.td | 378 def omod : Operand <i32> { 854 ClampMod:$clamp, omod:$omod) 864 ClampMod:$clamp, omod:$omod) 875 ClampMod:$clamp, omod:$omod) 904 "$dst, "#src0#src1#src2#"$clamp"#"$omod"); 1081 bits<2> omod = !if(HasModifiers, ?, 0); 1094 bits<2> omod = !if(HasOutputMods, ?, 0); 1160 omod = 0 in { 1304 i32:$src0_modifiers, i1:$clamp, i32:$omod))))], 1317 i32:$src0_modifiers, i1:$clamp, i32:$omod))))], [all …]
|
D | R600InstrFormats.td | 128 bits<2> omod; 135 let Word1{6-5} = omod; 190 let Inst{39-38} = omod; 198 let Inst{38-37} = omod;
|
D | SIInstrFormats.td | 349 bits<2> omod; 361 let Inst{60-59} = omod; 376 bits<2> omod; 385 let Inst{60-59} = omod;
|
D | SIShrinkInstructions.cpp | 113 if (TII->hasModifiersSet(MI, AMDGPU::OpName::omod)) in canShrink()
|
D | R600Instructions.td | 96 (ins WRITE:$write, OMOD:$omod, REL:$dst_rel, CLAMP:$clamp, 101 "$clamp $last $dst$write$dst_rel$omod, " 138 OMOD:$omod, REL:$dst_rel, CLAMP:$clamp, 144 "$clamp $last $update_exec_mask$update_pred$dst$write$dst_rel$omod, "
|
D | R600InstrInfo.cpp | 1239 OPERAND_CASE(AMDGPU::OpName::omod) in getSlotedOps() 1280 AMDGPU::OpName::omod, in buildSlotOfVectorInstruction()
|
D | SIInstructions.td | 2626 (AMDGPUclamp (VOP3Mods0Clamp f32:$src0, i32:$src0_modifiers, i32:$omod), 2628 (V_ADD_F32_e64 $src0_modifiers, $src0, 0, 0, 1, $omod) 2765 0 /* clamp */, 0 /* omod */), sub0, 2769 0 /* clamp */, 0 /* omod */), sub1, 2773 0 /* clamp */, 0 /* omod */), sub2, 2777 0 /* clamp */, 0 /* omod */), sub3)
|
D | EvergreenInstructions.td | 376 let omod = 0;
|
D | SIInstrInfo.cpp | 949 AMDGPU::OpName::omod)); in FoldImmediate() 993 AMDGPU::OpName::omod)); in FoldImmediate()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r700_asm.c | 69 S_SQ_ALU_WORD1_OP2_OMOD(alu->omod) | in r700_bytecode_alu_build()
|
D | r600_asm.h | 61 unsigned omod; member
|
D | r600_asm.c | 1799 S_SQ_ALU_WORD1_OP2_OMOD(alu->omod) | in r600_bytecode_alu_build() 2515 fprintf(stderr, "OMOD:%d ", alu->omod); in r600_bytecode_dump()
|
D | r600_shader.c | 318 alu.omod = bytes[bytes_read++]; in r600_alu_from_byte_stream() 4181 alu.omod = 3; in tgsi_lrp()
|