]> Git Repo - qemu.git/commit - target/s390x/helper.h
s390x/tcg: Implement VECTOR FIND ELEMENT NOT EQUAL
authorDavid Hildenbrand <[email protected]>
Fri, 24 May 2019 09:26:45 +0000 (11:26 +0200)
committerDavid Hildenbrand <[email protected]>
Fri, 7 Jun 2019 12:53:25 +0000 (14:53 +0200)
commit074e99b3b5552b297f76c820ea55c724209bb6d1
tree351ee6cc73f6c398dbc3d72ac175adc9cc674af8
parent8c0e1e58ce45ab1317bed817a9821b0286f926a2
s390x/tcg: Implement VECTOR FIND ELEMENT NOT EQUAL

Similar to VECTOR FIND ELEMENT EQUAL. Core logic courtesy of Richard H.

Add s390_vec_read_element() that can deal with element sizes.

Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: David Hildenbrand <[email protected]>
target/s390x/helper.h
target/s390x/insn-data.def
target/s390x/translate_vx.inc.c
target/s390x/vec.h
target/s390x/vec_string_helper.c
This page took 0.025252 seconds and 4 git commands to generate.