Home | History | Annotate | Download | only in test

Lines Matching full:is_32bits

6806   const bool is_32bits = (sizeof(T) == 4);
6807 const Register& tgt1 = is_32bits ? w1 : x1;
6808 const Register& tgt2 = is_32bits ? w2 : x2;
6855 const bool is_32bits = (sizeof(T) == 4);
6856 const FPRegister& fp_tgt = is_32bits ? s2 : d2;
6857 const Register& tgt1 = is_32bits ? w1 : x1;
6858 const Register& tgt2 = is_32bits ? w2 : x2;
6865 __ Mov(tgt1, is_32bits ? float_to_rawbits(values[i])