Home
last modified time | relevance | path

Searched refs:lbu (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/arch/riscv/lib/
H A Dstrcmp.S25 lbu t0, 0(a0)
26 lbu t1, 0(a1)
109 lbu t0, 0(a0)
110 lbu t1, 0(a1)
H A Dstrncmp.S28 lbu t0, 0(a0)
29 lbu t1, 0(a1)
121 lbu t0, 0(a0)
122 lbu t1, 0(a1)
H A Dstrlen.S25 lbu t0, 0(t1)
/openbmc/linux/arch/mips/lib/
H A Dstrncpy_user.S41 1: EX(lbu, v0, (v1), .Lfault)
H A Dcsum_partial.S121 lbu t0, (src)
262 lbu t2, (src)
373 #define LOADBU(reg, addr) EXC(lbu, LD_INSN, reg, addr)
393 #define LOADBU(reg, addr) EXC(lbu, LD_INSN, reg, addr)
/openbmc/linux/arch/mips/crypto/
H A Dchacha-core.S373 lbu T1, 0(IN)
381 lbu T1, 1(IN)
388 lbu T1, 2(IN)
/openbmc/linux/arch/microblaze/lib/
H A Duaccess_old.S162 bu1: lbu r4,r6,r3
/openbmc/qemu/target/microblaze/
H A Dinsns.decode170 lbu 110000 ..... ..... ..... 0000 000 0000 @typea
/openbmc/linux/arch/microblaze/kernel/
H A Dhead.S120 lbu r2, r5, r11
/openbmc/linux/arch/mips/include/asm/
H A Dasm-eva.h113 #define kernel_lbu(reg, addr) lbu reg, addr
/openbmc/qemu/disas/
H A Dmicroblaze.c110 bgtid, bgei, bgeid, lbu, lhu, lw, lwx, sb, sh, sw, swx, lbui, lhui, lwi, enumerator
393 …FFSET, NO_DELAY_SLOT, IMMVAL_MASK_NON_SPECIAL, 0xC0000000, OPCODE_MASK_H4, lbu, memory_load_inst },
/openbmc/linux/arch/mips/net/
H A Dbpf_jit_comp64.c339 emit(ctx, lbu, dst, off, src); in emit_ldx()
H A Dbpf_jit_comp32.c660 emit(ctx, lbu, lo(dst), off, src); in emit_ldx()
/openbmc/qemu/target/riscv/
H A Dinsn32.decode141 lbu ............ ..... 100 ..... 0000011 @i
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Add-support-for-mips64-n32-n64.patch280 - /* 0x2418XXXX encodes lbu 0,t8,XXXX or li t8,XXXX. */