Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.h899 HReg src_hi; member
916 HReg src_hi; member
928 HReg src_hi; member
943 HReg src_hi; member
950 HReg src_hi; member
964 HReg src_hi; member
1078 extern PPCInstr* PPCInstr_DfpShift128 ( PPCFpOp op, HReg dst_hi, HReg src_hi,
1086 extern PPCInstr* PPCInstr_DfpRound128 ( HReg dst_hi, HReg dst_lo, HReg src_hi,
1092 HReg src_hi,
1095 HReg src_hi, HReg src_lo );
Dhost_ppc_defs.c993 HReg src_hi, HReg src_lo) { in PPCInstr_Dfp128Unary() argument
999 i->Pin.Dfp128Unary.src_hi = src_hi; in PPCInstr_Dfp128Unary()
1016 HReg src_hi, HReg src_lo, in PPCInstr_DfpShift128() argument
1022 i->Pin.DfpShift128.src_hi = src_hi; in PPCInstr_DfpShift128()
1036 PPCInstr* PPCInstr_DfpRound128 ( HReg dst_hi, HReg dst_lo, HReg src_hi, in PPCInstr_DfpRound128() argument
1042 i->Pin.DfpRound128.src_hi = src_hi; in PPCInstr_DfpRound128()
1059 HReg src_hi, HReg src_lo, PPCRI* rmc ) { in PPCInstr_DfpQuantize128() argument
1066 i->Pin.DfpQuantize128.src_hi = src_hi; in PPCInstr_DfpQuantize128()
1072 HReg src_hi, HReg src_lo ) { in PPCInstr_DfpD128toD64() argument
1076 i->Pin.DfpD128toD64.src_hi = src_hi; in PPCInstr_DfpD128toD64()
[all …]
/external/v8/src/ppc/
Dmacro-assembler-ppc.h499 Register src_hi,
503 void MovInt64ComponentsToDouble(DoubleRegister dst, Register src_hi,
Dmacro-assembler-ppc.cc3552 Register src_hi, in MovInt64ToDouble() argument
3566 stw(src_hi, MemOperand(sp, Register::kExponentOffset)); in MovInt64ToDouble()
3577 Register src_hi, in MovInt64ComponentsToDouble() argument
3581 sldi(scratch, src_hi, Operand(32)); in MovInt64ComponentsToDouble()
3588 stw(src_hi, MemOperand(sp, Register::kExponentOffset)); in MovInt64ComponentsToDouble()