Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_ppc_defs.h153 extern ULong convert_to_zoned_helper( ULong src_hi, ULong src_low,
157 extern ULong convert_from_zoned_helper( ULong src_hi, ULong src_low );
158 extern ULong convert_from_national_helper( ULong src_hi, ULong src_low );
Dhost_ppc_defs.h985 HReg src_hi; member
1002 HReg src_hi; member
1014 HReg src_hi; member
1029 HReg src_hi; member
1036 HReg src_hi; member
1050 HReg src_hi; member
1169 extern PPCInstr* PPCInstr_DfpShift128 ( PPCFpOp op, HReg dst_hi, HReg src_hi,
1177 extern PPCInstr* PPCInstr_DfpRound128 ( HReg dst_hi, HReg dst_lo, HReg src_hi,
1183 HReg src_hi,
1186 HReg src_hi, HReg src_lo );
Dguest_ppc_helpers.c331 ULong convert_to_zoned_helper( ULong src_hi, ULong src_low, in convert_to_zoned_helper() argument
348 new_value = ( src_hi & 0xf ) | upper_byte; in convert_to_zoned_helper()
391 ULong convert_from_zoned_helper( ULong src_hi, ULong src_low ) { in convert_from_zoned_helper() argument
398 nibble = ( src_hi >> 56 ) & 0xF; in convert_from_zoned_helper()
403 nibble = ( src_hi >> ( ( 7 - i ) * 8 ) ) & 0xF; in convert_from_zoned_helper()
416 ULong convert_from_national_helper( ULong src_hi, ULong src_low ) { in convert_from_national_helper() argument
424 hword = ( src_hi >> ( ( 3 - i ) * 16 ) ) & 0xF; in convert_from_national_helper()
Dhost_ppc_defs.c1081 HReg src_hi, HReg src_lo) { in PPCInstr_Dfp128Unary() argument
1087 i->Pin.Dfp128Unary.src_hi = src_hi; in PPCInstr_Dfp128Unary()
1104 HReg src_hi, HReg src_lo, in PPCInstr_DfpShift128() argument
1110 i->Pin.DfpShift128.src_hi = src_hi; in PPCInstr_DfpShift128()
1124 PPCInstr* PPCInstr_DfpRound128 ( HReg dst_hi, HReg dst_lo, HReg src_hi, in PPCInstr_DfpRound128() argument
1130 i->Pin.DfpRound128.src_hi = src_hi; in PPCInstr_DfpRound128()
1147 HReg src_hi, HReg src_lo, PPCRI* rmc ) { in PPCInstr_DfpQuantize128() argument
1154 i->Pin.DfpQuantize128.src_hi = src_hi; in PPCInstr_DfpQuantize128()
1160 HReg src_hi, HReg src_lo ) { in PPCInstr_DfpD128toD64() argument
1164 i->Pin.DfpD128toD64.src_hi = src_hi; in PPCInstr_DfpD128toD64()
[all …]
/external/mesa3d/src/compiler/nir/
Dnir_lower_double_ops.c341 nir_ssa_def *src_hi = nir_unpack_double_2x32_split_y(b, src); in lower_trunc() local
351 nir_iand(b, mask_hi, src_hi)))); in lower_trunc()
/external/v8/src/ppc/
Dmacro-assembler-ppc.h543 Register src_hi,
547 void MovInt64ComponentsToDouble(DoubleRegister dst, Register src_hi,
Dmacro-assembler-ppc.cc3481 Register src_hi, in MovInt64ToDouble() argument
3495 stw(src_hi, MemOperand(sp, Register::kExponentOffset)); in MovInt64ToDouble()
3506 Register src_hi, in MovInt64ComponentsToDouble() argument
3510 sldi(scratch, src_hi, Operand(32)); in MovInt64ComponentsToDouble()
3517 stw(src_hi, MemOperand(sp, Register::kExponentOffset)); in MovInt64ComponentsToDouble()