Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c4233 IROp op_cmp, op_sub; in dis_neon_data_3same() local
4241 op_cmp = U ? Iop_CmpGT8Ux16 : Iop_CmpGT8Sx16; in dis_neon_data_3same()
4245 op_cmp = U ? Iop_CmpGT16Ux8 : Iop_CmpGT16Sx8; in dis_neon_data_3same()
4249 op_cmp = U ? Iop_CmpGT32Ux4 : Iop_CmpGT32Sx4; in dis_neon_data_3same()
4260 op_cmp = U ? Iop_CmpGT8Ux8 : Iop_CmpGT8Sx8; in dis_neon_data_3same()
4264 op_cmp = U ? Iop_CmpGT16Ux4 : Iop_CmpGT16Sx4; in dis_neon_data_3same()
4268 op_cmp = U ? Iop_CmpGT32Ux2 : Iop_CmpGT32Sx2; in dis_neon_data_3same()
4282 assign(cond, binop(op_cmp, mkexpr(arg_n), mkexpr(arg_m))); in dis_neon_data_3same()
4299 IROp op_cmp, op_sub, op_add; in dis_neon_data_3same() local
4307 op_cmp = U ? Iop_CmpGT8Ux16 : Iop_CmpGT8Sx16; in dis_neon_data_3same()
[all …]