Searched refs:int_dst (Results 1 – 3 of 3) sorted by relevance
40 unsigned get_setcc_op(unsigned cc, unsigned cmp_type, bool int_dst);
1154 unsigned get_setcc_op(unsigned cc, unsigned cmp_type, bool int_dst) { in get_setcc_op() argument1156 if (int_dst && cmp_type == AF_FLOAT_CMP) { in get_setcc_op()
113 jint* int_dst = static_cast<jint*>(dst); in WriteOneDimensionalArray() local114 env->GetIntArrayRegion(int_array, 0, num_elements, int_dst); in WriteOneDimensionalArray()