summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/msa/basic_operations_float.ll
Commit message (Expand)AuthorAgeFilesLines
* [mips] Explicitly select `mips32r2` CPU for test cases require 64-bit FPU. NFCSimon Atanasyan2019-07-091-6/+12
* [mips] Correct label prefixes for N32 and N64.Daniel Sanders2016-07-191-18/+18
* [mips] Use --check-prefixes where appropriate. NFC.Daniel Sanders2016-06-241-6/+6
* [mips] Make Static a default relocation model for MIPS codegenPetar Jovanovic2016-04-111-6/+6
* [mips] Generate code for insert/extract operations when using the N64 ABI and...Daniel Sanders2015-05-051-0/+2
* [mips][msa] Test basic operations for the N32 ABI too.Daniel Sanders2015-05-051-19/+55
* [mips][msa] Rename main check prefix to 'ALL' in basic operations tests. NFCDaniel Sanders2015-04-301-109/+109
* [mips][msa] Use CHECK-LABEL where missing, and remove checks matching the .si...Daniel Sanders2015-04-301-15/+0
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-17/+17
* [mips][msa] Fix vector insertions where the index is variableDaniel Sanders2014-04-301-0/+52
* [mips][msa] Use CHECK-LABEL in basic_operations*.llDaniel Sanders2014-04-291-13/+13
* [mips][msa] Fix element extraction where the index is variable.Daniel Sanders2014-04-291-0/+43
* [mips][msa] Correct the behaviour of the COPY_FW pseudo on lanes 2 and 3.Daniel Sanders2014-03-041-0/+18
* [mips] Prevent %lo relocation being used on MSA loads and stores.Daniel Sanders2014-03-031-9/+18
* [mips][msa] Build all the tests in little and big endian modes and correct an...Daniel Sanders2013-11-151-0/+1
* [mips][msa] Added support for build_vector for v4f32 and v2f64.Daniel Sanders2013-10-151-4/+39
* [mips][msa] Implemented insert_vector_elt for v4f32 and v2f64.Daniel Sanders2013-09-271-0/+34
* [mips][msa] Implemented extract_vector_elt for v4f32 or v2f64Daniel Sanders2013-09-271-0/+80
* [mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal e...Daniel Sanders2013-09-271-1/+1
* [mips][msa] Implemented build_vector using ldi, fill, and custom SelectionDAG...Daniel Sanders2013-09-231-0/+57
OpenPOWER on IntegriCloud