Home
last modified time | relevance | path

Searched refs:v_and_or_b32 (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dpartial-shift-shrink.ll82 ; GCN: v_and_or_b32 v0, v2, [[MASK]], v0
Dinsert_vector_elt.v2i16.ll240 ; GFX9: v_and_or_b32 [[RES:v[0-9]+]], [[VEC]], [[MASK]], [[ELT0_SHIFT]]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/
Dvop3-gfx9.s22 v_and_or_b32 v1, v2, v3, v4 label
Dgfx9_asm_all.s46159 v_and_or_b32 v5, v1, v2, v3 label
46162 v_and_or_b32 v255, v1, v2, v3 label
46165 v_and_or_b32 v5, v255, v2, v3 label
46168 v_and_or_b32 v5, s1, v2, v3 label
46171 v_and_or_b32 v5, s101, v2, v3 label
46174 v_and_or_b32 v5, flat_scratch_lo, v2, v3 label
46177 v_and_or_b32 v5, flat_scratch_hi, v2, v3 label
46180 v_and_or_b32 v5, vcc_lo, v2, v3 label
46183 v_and_or_b32 v5, vcc_hi, v2, v3 label
46186 v_and_or_b32 v5, m0, v2, v3 label
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DVOP3Instructions.td477 def V_AND_OR_B32 : VOP3Inst <"v_and_or_b32", VOP3_Profile<VOP_I32_I32_I32_I32>>;
/external/mesa3d/src/amd/compiler/
Daco_optimizer.cpp2854 …else if (combine_three_valu_op(ctx, instr, aco_opcode::s_and_b32, aco_opcode::v_and_or_b32, "120",… in combine_instruction()
2855 …else if (combine_three_valu_op(ctx, instr, aco_opcode::v_and_b32, aco_opcode::v_and_or_b32, "120",… in combine_instruction()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAMDGPUAsmGFX9.rst1121 v_and_or_b32 dst, src0, src1, src2 :ref:`omod<amdgpu_synid_omod>`
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AMDGPU/
Dgfx9_dasm_all.txt43497 # CHECK: v_and_or_b32 v5, v1, v2, v3 ; encoding: [0x05,0x00,0x01,0xd2,0x01,0x05,0x0e,0x04]
43500 # CHECK: v_and_or_b32 v255, v1, v2, v3 ; encoding: [0xff,0x00,0x01,0xd2,0x01,0x05,0x0e,0x04]
43503 # CHECK: v_and_or_b32 v5, v255, v2, v3 ; encoding: [0x05,0x00,0x01,0xd2,0xff,0x05,0x0e,0x04]
43506 # CHECK: v_and_or_b32 v5, s1, v2, v3 ; encoding: [0x05,0x00,0x01,0xd2,0x01,0x04,0x0e,0x04]
43509 # CHECK: v_and_or_b32 v5, s101, v2, v3 ; encoding: [0x05,0x00,0x01,0xd2,0x65,0x04,0x0e,0x04]
43512 # CHECK: v_and_or_b32 v5, flat_scratch_lo, v2, v3 ; encoding: [0x05,0x00,0x01,0xd2,0x66,0x04,0x0…
43515 # CHECK: v_and_or_b32 v5, flat_scratch_hi, v2, v3 ; encoding: [0x05,0x00,0x01,0xd2,0x67,0x04,0x0…
43518 # CHECK: v_and_or_b32 v5, vcc_lo, v2, v3 ; encoding: [0x05,0x00,0x01,0xd2,0x6a,0x04,0x0e,0x04]
43521 # CHECK: v_and_or_b32 v5, vcc_hi, v2, v3 ; encoding: [0x05,0x00,0x01,0xd2,0x6b,0x04,0x0e,0x04]
43524 # CHECK: v_and_or_b32 v5, m0, v2, v3 ; encoding: [0x05,0x00,0x01,0xd2,0x7c,0x04,0x0e,0x04]
[all …]