Searched refs:Ucvtf (Results 1 – 8 of 8) sorted by relevance
/external/vixl/examples/ |
D | add4-double.cc | 41 __ Ucvtf(d2, x0); in GenerateAdd4Double() local 42 __ Ucvtf(d3, x1); in GenerateAdd4Double() local
|
/external/vixl/test/ |
D | test-assembler-a64.cc | 6886 __ Ucvtf(d1, x10); in TestUScvtfHelper() local 6888 __ Ucvtf(d3, w11); in TestUScvtfHelper() local 6897 __ Ucvtf(d1, x10, fbits); in TestUScvtfHelper() local 6899 __ Ucvtf(d3, w11, fbits); in TestUScvtfHelper() local 6910 __ Ucvtf(d1, x10, fbits); in TestUScvtfHelper() local 7040 __ Ucvtf(s1, x10); in TestUScvtf32Helper() local 7042 __ Ucvtf(s3, w11); in TestUScvtf32Helper() local 7051 __ Ucvtf(s1, x10, fbits); in TestUScvtf32Helper() local 7053 __ Ucvtf(s3, w11, fbits); in TestUScvtf32Helper() local 7064 __ Ucvtf(s1, x10, fbits); in TestUScvtf32Helper() local
|
/external/chromium_org/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 389 __ Ucvtf(i.OutputDoubleRegister(), i.InputRegister32(0)); in AssembleArchInstruction() local
|
/external/chromium_org/v8/test/cctest/ |
D | test-assembler-arm64.cc | 7691 __ Ucvtf(d1, x10); in TestUScvtfHelper() local 7693 __ Ucvtf(d3, w11); in TestUScvtfHelper() local 7702 __ Ucvtf(d1, x10, fbits); in TestUScvtfHelper() local 7704 __ Ucvtf(d3, w11, fbits); in TestUScvtfHelper() local 7715 __ Ucvtf(d1, x10, fbits); in TestUScvtfHelper() local 7846 __ Ucvtf(s1, x10); in TestUScvtf32Helper() local 7848 __ Ucvtf(s3, w11); in TestUScvtf32Helper() local 7857 __ Ucvtf(s1, x10, fbits); in TestUScvtf32Helper() local 7859 __ Ucvtf(s3, w11, fbits); in TestUScvtf32Helper() local 7870 __ Ucvtf(s1, x10, fbits); in TestUScvtf32Helper() local
|
/external/vixl/src/a64/ |
D | macro-assembler-a64.h | 1023 void Ucvtf(const FPRegister& fd, const Register& rn, unsigned fbits = 0) {
|
/external/chromium_org/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 1172 void MacroAssembler::Ucvtf(const FPRegister& fd, in Ucvtf() function
|
D | macro-assembler-arm64.h | 508 inline void Ucvtf(const FPRegister& fd,
|
D | lithium-codegen-arm64.cc | 4611 __ Ucvtf(dbl_scratch, src); in DoDeferredNumberTagU() local 5892 __ Ucvtf(ToDoubleRegister(instr->result()), ToRegister32(instr->value())); in DoUint32ToDouble() local
|