summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/uasm.h
Commit message (Expand)AuthorAgeFilesLines
* MIPS: uasm: Add div, mul and sel instructions for mipsr6Hassan Naveed2019-03-191-0/+8
* mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_XJiong Wang2018-12-071-0/+1
* MIPS: Add some instructions to uasm.David Daney2017-06-281-0/+30
* MIPS: uasm: Remove needless ISA abstractionPaul Burton2017-04-121-59/+28Star
* MIPS: uasm: Add support for LHU.David Daney2017-04-101-0/+1
* MIPS: uasm: Add include guards in asm/uasm.hJames Hogan2017-02-031-0/+5
* MIPS: uasm: Add MTHI/MTLO instructionsJames Hogan2016-07-051-0/+2
* MIPS: uasm: Add DI instructionJames Hogan2016-07-051-0/+1
* MIPS: uasm: Add CFCMSA/CTCMSA instructionsJames Hogan2016-07-051-0/+2
* MIPS: uasm: Add CFC1/CTC1 instructionsJames Hogan2016-07-051-0/+2
* MIPS: Loongson-3: Fast TLB refill handlerHuacai Chen2016-05-131-1/+2
* MIPS: Add MFHC0 and MTHC0 instructions to uasm.Steven J. Hill2014-11-241-0/+2
* MIPS: uasm: Add SLT uasm instructionMarkos Chandras2014-06-261-0/+1
* MIPS: uasm: Add s3s1s2 instruction builderMarkos Chandras2014-06-261-0/+3
* MIPS: uasm: Add lb uasm instructionMarkos Chandras2014-05-301-0/+1
* MIPS: uasm: Add mflo uasm instructionMarkos Chandras2014-05-301-0/+1
* MIPS: uasm: Add mul uasm instructionMarkos Chandras2014-05-301-0/+1
* MIPS: uasm: Add lh uam instructionMarkos Chandras2014-05-301-0/+1
* MIPS: uasm: Add wsbh uasm instructionMarkos Chandras2014-05-301-0/+1
* MIPS: uasm: Add sltu uasm instructionMarkos Chandras2014-05-301-0/+1
* MIPS: uasm: Add sltiu uasm instructionMarkos Chandras2014-05-301-0/+1
* MIPS: uasm: Add mfhi uasm instructionMarkos Chandras2014-05-301-0/+1
* MIPS: uasm: Add divu uasm instructionMarkos Chandras2014-05-301-0/+1
* MIPS: uasm: Add srlv uasm instructionMarkos Chandras2014-05-301-0/+1
* MIPS: uasm: Add sllv uasm instructionMarkos Chandras2014-05-301-0/+1
* MIPS: uasm: Add u3u2u1 instruction buildersMarkos Chandras2014-05-301-0/+3
* MIPS: uasm: add MT ASE yield instructionPaul Burton2014-05-281-0/+1
* MIPS: uasm: add wait instructionPaul Burton2014-05-281-0/+1
* MIPS: uasm: add sync instructionPaul Burton2014-05-281-0/+1
* MIPS: uasm: add jalr instructionPaul Burton2014-05-281-0/+4
* MIPS: uasm: add a label variant of beqPaul Burton2014-05-281-0/+2
* MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker2013-07-151-24/+13Star
* MIPS: microMIPS: Fix macro naming in micro-assembler.Steven J. Hill2013-05-091-2/+16
* MIPS: microMIPS: uasm: Add microMIPS micro assembler support.Steven J. Hill2013-05-011-0/+4
* MIPS: microMIPS: uasm: Split 'uasm.c' into two files.Steven J. Hill2013-05-011-24/+38
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-1/+1
* MIPS: uasm: Add INS and EXT instructions.Steven J. Hill2012-09-131-0/+2
* MIPS: Fixup ordering of micro assembler instructions.Steven J. Hill2012-07-231-49/+51
* MIPS: Don't use module.h just to export symbols in asm/uasm.hPaul Gortmaker2012-05-151-1/+1
* MIPS: Add uasm UASM_i_SRL_SAFE macro.David Daney2011-07-261-0/+2
* MIPS: Add LDX and LWX instructions to uasm.David Daney2011-01-181-0/+4
* MIPS: Declare uasm bbit0 and bbit1 functions.David Daney2011-01-181-0/+2
* MIPS: Add DINSM to uasm.David Daney2011-01-181-0/+1
* MIPS: uasm: Add option to export uasm API.David Daney2010-08-051-13/+24
* MIPS: uasm: Add BBIT0 and BBIT1 instructionsDavid Daney2010-08-051-0/+4
* MIPS: uasm: Add drotr32 and uasm_i_drotr_safe.David Daney2010-08-051-0/+10
* MIPS: Add uasm_i_dsrl_safe() and uasm_i_dsll_safe() to uasm.David Daney2010-04-301-0/+18
* MIPS: uasm: Add OR instruction.Ralf Baechle2010-04-121-0/+1
* MIPS: Add SYSCALL to uasm.David Daney2010-04-121-0/+1
* MIPS: Add TLBR and ROTR to uasm.David Daney2010-02-271-0/+4