Home
last modified time | relevance | path

Searched refs:v_or3_b32 (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/
Dvop3-gfx9.s26 v_or3_b32 v1, v2, v3, v4 label
Dgfx9_asm_all.s46291 v_or3_b32 v5, v1, v2, v3 label
46294 v_or3_b32 v255, v1, v2, v3 label
46297 v_or3_b32 v5, v255, v2, v3 label
46300 v_or3_b32 v5, s1, v2, v3 label
46303 v_or3_b32 v5, s101, v2, v3 label
46306 v_or3_b32 v5, flat_scratch_lo, v2, v3 label
46309 v_or3_b32 v5, flat_scratch_hi, v2, v3 label
46312 v_or3_b32 v5, vcc_lo, v2, v3 label
46315 v_or3_b32 v5, vcc_hi, v2, v3 label
46318 v_or3_b32 v5, m0, v2, v3 label
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DVOP3Instructions.td478 def V_OR3_B32 : VOP3Inst <"v_or3_b32", VOP3_Profile<VOP_I32_I32_I32_I32>>;
/external/mesa3d/src/amd/compiler/
Daco_optimizer.cpp2852 …if (combine_three_valu_op(ctx, instr, aco_opcode::s_or_b32, aco_opcode::v_or3_b32, "012", 1 | 2)) ; in combine_instruction()
2853 …else if (combine_three_valu_op(ctx, instr, aco_opcode::v_or_b32, aco_opcode::v_or3_b32, "012", 1 |… in combine_instruction()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAMDGPUAsmGFX9.rst1495 v_or3_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.txt43629 # CHECK: v_or3_b32 v5, v1, v2, v3 ; encoding: [0x05,0x00,0x02,0xd2,0x01,0x05,0x0e,0x04]
43632 # CHECK: v_or3_b32 v255, v1, v2, v3 ; encoding: [0xff,0x00,0x02,0xd2,0x01,0x05,0x0e,0x04]
43635 # CHECK: v_or3_b32 v5, v255, v2, v3 ; encoding: [0x05,0x00,0x02,0xd2,0xff,0x05,0x0e,0x04]
43638 # CHECK: v_or3_b32 v5, s1, v2, v3 ; encoding: [0x05,0x00,0x02,0xd2,0x01,0x04,0x0e,0x04]
43641 # CHECK: v_or3_b32 v5, s101, v2, v3 ; encoding: [0x05,0x00,0x02,0xd2,0x65,0x04,0x0e,0x04]
43644 # CHECK: v_or3_b32 v5, flat_scratch_lo, v2, v3 ; encoding: [0x05,0x00,0x02,0xd2,0x66,0x04,0x0e,0…
43647 # CHECK: v_or3_b32 v5, flat_scratch_hi, v2, v3 ; encoding: [0x05,0x00,0x02,0xd2,0x67,0x04,0x0e,0…
43650 # CHECK: v_or3_b32 v5, vcc_lo, v2, v3 ; encoding: [0x05,0x00,0x02,0xd2,0x6a,0x04,0x0e,0x04]
43653 # CHECK: v_or3_b32 v5, vcc_hi, v2, v3 ; encoding: [0x05,0x00,0x02,0xd2,0x6b,0x04,0x0e,0x04]
43656 # CHECK: v_or3_b32 v5, m0, v2, v3 ; encoding: [0x05,0x00,0x02,0xd2,0x7c,0x04,0x0e,0x04]
[all …]