Home
last modified time | relevance | path

Searched refs:omod (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/Target/R600/
DVIInstrFormats.td116 bits<2> omod;
128 let Inst{60-59} = omod;
143 bits<2> omod;
154 let Inst{60-59} = omod;
DSIInstrInfo.td378 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 …]
DR600InstrFormats.td128 bits<2> omod;
135 let Word1{6-5} = omod;
190 let Inst{39-38} = omod;
198 let Inst{38-37} = omod;
DSIInstrFormats.td349 bits<2> omod;
361 let Inst{60-59} = omod;
376 bits<2> omod;
385 let Inst{60-59} = omod;
DSIShrinkInstructions.cpp113 if (TII->hasModifiersSet(MI, AMDGPU::OpName::omod)) in canShrink()
DR600Instructions.td96 (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, "
DR600InstrInfo.cpp1239 OPERAND_CASE(AMDGPU::OpName::omod) in getSlotedOps()
1280 AMDGPU::OpName::omod, in buildSlotOfVectorInstruction()
DSIInstructions.td2626 (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)
DEvergreenInstructions.td376 let omod = 0;
DSIInstrInfo.cpp949 AMDGPU::OpName::omod)); in FoldImmediate()
993 AMDGPU::OpName::omod)); in FoldImmediate()
/external/mesa3d/src/gallium/drivers/r600/
Dr700_asm.c69 S_SQ_ALU_WORD1_OP2_OMOD(alu->omod) | in r700_bytecode_alu_build()
Dr600_asm.h61 unsigned omod; member
Dr600_asm.c1799 S_SQ_ALU_WORD1_OP2_OMOD(alu->omod) | in r600_bytecode_alu_build()
2515 fprintf(stderr, "OMOD:%d ", alu->omod); in r600_bytecode_dump()
Dr600_shader.c318 alu.omod = bytes[bytes_read++]; in r600_alu_from_byte_stream()
4181 alu.omod = 3; in tgsi_lrp()