aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/uasm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-07mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_XJiong Wang1-0/+1
2017-06-28MIPS: Add some instructions to uasm.David Daney1-0/+30
2017-04-12MIPS: uasm: Remove needless ISA abstractionPaul Burton1-59/+28
2017-04-10MIPS: uasm: Add support for LHU.David Daney1-0/+1
2017-02-03MIPS: uasm: Add include guards in asm/uasm.hJames Hogan1-0/+5
2016-07-05MIPS: uasm: Add MTHI/MTLO instructionsJames Hogan1-0/+2
2016-07-05MIPS: uasm: Add DI instructionJames Hogan1-0/+1
2016-07-05MIPS: uasm: Add CFCMSA/CTCMSA instructionsJames Hogan1-0/+2
2016-07-05MIPS: uasm: Add CFC1/CTC1 instructionsJames Hogan1-0/+2
2016-05-13MIPS: Loongson-3: Fast TLB refill handlerHuacai Chen1-1/+2
2014-11-24MIPS: Add MFHC0 and MTHC0 instructions to uasm.Steven J. Hill1-0/+2
2014-06-26MIPS: uasm: Add SLT uasm instructionMarkos Chandras1-0/+1
2014-06-26MIPS: uasm: Add s3s1s2 instruction builderMarkos Chandras1-0/+3
2014-05-30MIPS: uasm: Add lb uasm instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add mflo uasm instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add mul uasm instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add lh uam instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add wsbh uasm instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add sltu uasm instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add sltiu uasm instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add mfhi uasm instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add divu uasm instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add srlv uasm instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add sllv uasm instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add u3u2u1 instruction buildersMarkos Chandras1-0/+3
2014-05-28MIPS: uasm: add MT ASE yield instructionPaul Burton1-0/+1
2014-05-28MIPS: uasm: add wait instructionPaul Burton1-0/+1
2014-05-28MIPS: uasm: add sync instructionPaul Burton1-0/+1
2014-05-28MIPS: uasm: add jalr instructionPaul Burton1-0/+4
2014-05-28MIPS: uasm: add a label variant of beqPaul Burton1-0/+2
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker1-24/+13
2013-05-09MIPS: microMIPS: Fix macro naming in micro-assembler.Steven J. Hill1-2/+16
2013-05-01MIPS: microMIPS: uasm: Add microMIPS micro assembler support.Steven J. Hill1-0/+4
2013-05-01MIPS: microMIPS: uasm: Split 'uasm.c' into two files.Steven J. Hill1-24/+38
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-1/+1
2012-09-13MIPS: uasm: Add INS and EXT instructions.Steven J. Hill1-0/+2
2012-07-23MIPS: Fixup ordering of micro assembler instructions.Steven J. Hill1-49/+51
2012-05-15MIPS: Don't use module.h just to export symbols in asm/uasm.hPaul Gortmaker1-1/+1
2011-07-26MIPS: Add uasm UASM_i_SRL_SAFE macro.David Daney1-0/+2
2011-01-18MIPS: Add LDX and LWX instructions to uasm.David Daney1-0/+4
2011-01-18MIPS: Declare uasm bbit0 and bbit1 functions.David Daney1-0/+2
2011-01-18MIPS: Add DINSM to uasm.David Daney1-0/+1
2010-08-05MIPS: uasm: Add option to export uasm API.David Daney1-13/+24
2010-08-05MIPS: uasm: Add BBIT0 and BBIT1 instructionsDavid Daney1-0/+4
2010-08-05MIPS: uasm: Add drotr32 and uasm_i_drotr_safe.David Daney1-0/+10
2010-04-30MIPS: Add uasm_i_dsrl_safe() and uasm_i_dsll_safe() to uasm.David Daney1-0/+18
2010-04-12MIPS: uasm: Add OR instruction.Ralf Baechle1-0/+1
2010-04-12MIPS: Add SYSCALL to uasm.David Daney1-0/+1
2010-02-27MIPS: Add TLBR and ROTR to uasm.David Daney1-0/+4
2010-02-27MIPS: Move arch/mips/mm/uasm.h to arch/mips/include/asm/uasm.hFlorian Fainelli1-0/+191