Home
last modified time | relevance | path

Searched full:stb (Results 1 – 19 of 19) sorted by relevance

/qemu/tests/tcg/alpha/system/
H A Dboot.S92 stb $2, com1Lcr($1)
93 stb $31, com1Dlm($1) /* outb(0, com1Dlm); */
95 stb $2, com1Dll($1) /* outb(baudconst, com1Dll); */
97 stb $2, com1Lcr($1) /* outb(0x07, com1Lcr) */
99 stb $2, com1Mcr($1) /* outb(0x0f, com1Mcr) */
160 stb $16, com1Thr($1)
185 stb $2, com1Thr($1)
/qemu/tests/qtest/migration/ppc64/
H A Da-b-kernel.S52 1: stb %r3,0(%r9)
61 stb %r3,0(%r9)
/qemu/linux-user/include/host/sparc64/
H A Dhost-signal.h39 case 0x05: /* stb */ in host_signal_write()
/qemu/net/
H A Dtrace-events19 colo_compare_ip_info(int psize, const char *sta, const char *stb, int ssize, const char *stc, const…
/qemu/disas/
H A Dhppa.c968 { "stb", 0x0c001220, 0xfc00f3ff, "cocCx,@(b)", pa20, FLAG_STRICT},
969 { "stb", 0x0c001220, 0xfc0033ff, "cocCx,@(s,b)", pa20, FLAG_STRICT},
970 { "stb", 0x0c001200, 0xfc00dfc0, "cMx,V(b)", pa10, FLAG_STRICT},
971 { "stb", 0x0c001200, 0xfc001fc0, "cMx,V(s,b)", pa10, FLAG_STRICT},
972 { "stb", 0x0c001200, 0xfc00d3c0, "cmcCx,V(b)", pa11, FLAG_STRICT},
973 { "stb", 0x0c001200, 0xfc0013c0, "cmcCx,V(s,b)", pa11, FLAG_STRICT},
974 { "stb", 0x60000000, 0xfc000000, "x,l(b)", pa20w, FLAG_STRICT},
975 { "stb", 0x60000000, 0xfc00c000, "x,j(b)", pa10, 0},
976 { "stb", 0x60000000, 0xfc000000, "x,j(s,b)", pa10, 0},
H A Dsparc.c670 { "stb", F3(3, 0x05, 0), F3(~3, ~0x05, ~0)|ASI(~0), "d,[1+2]", 0, v6 },
671 { "stb", F3(3, 0x05, 0), F3(~3, ~0x05, ~0)|ASI_RS2(~0), "d,[1]", 0, v6 }, /* stb d,[rs1+%g0…
672 { "stb", F3(3, 0x05, 1), F3(~3, ~0x05, ~1), "d,[1+i]", 0, v6 },
673 { "stb", F3(3, 0x05, 1), F3(~3, ~0x05, ~1), "d,[i+1]", 0, v6 },
674 { "stb", F3(3, 0x05, 1), F3(~3, ~0x05, ~1)|RS1_G0, "d,[i]", 0, v6 },
675 { "stb", F3(3, 0x05, 1), F3(~3, ~0x05, ~1)|SIMM13(~0), "d,[1]", 0, v6 }, /* stb d,[rs1+0] …
678 { "stsb", F3(3, 0x05, 0), F3(~3, ~0x05, ~0)|ASI_RS2(~0), "d,[1]", F_ALIAS, v6 }, /* stb d,[r…
682 { "stsb", F3(3, 0x05, 1), F3(~3, ~0x05, ~1)|SIMM13(~0), "d,[1]", F_ALIAS, v6 }, /* stb d,[r…
684 { "stub", F3(3, 0x05, 0), F3(~3, ~0x05, ~0)|ASI_RS2(~0), "d,[1]", F_ALIAS, v6 }, /* stb d,[r…
688 { "stub", F3(3, 0x05, 1), F3(~3, ~0x05, ~1)|SIMM13(~0), "d,[1]", F_ALIAS, v6 }, /* stb d,[r…
[all …]
H A Dalpha.c733 { "stb", MEM(0x0E), BWX, ARG_MEM },
H A Dm68k.c4382 { "stb", "st", },
/qemu/target/sparc/
H A Dinsns.decode608 STB 11 ..... 000101 ..... . ............. @r_r_ri_na
632 STB 11 ..... 010101 ..... . ............. @r_r_r_asi # STBA
633 STB 11 ..... 010101 ..... . ............. @r_r_i_asi # STBA
H A Dtranslate.c4444 TRANS(STB, ALL, do_st_gpr, a, MO_UB) in TRANS()
/qemu/tcg/sparc64/
H A Dtcg-target.c.inc244 #define STB (INSN_OP(3) | INSN_OP3(0x05))
1245 [MO_UB] = STB,
2071 tcg_out_ldst(s, data, base, offset, STB);
/qemu/target/arm/tcg/
H A Dmve_helper.c192 DO_VSTR(vstrb, 1, stb, 1, uint8_t)
203 DO_VSTR(vstrb_h, 1, stb, 2, int16_t)
204 DO_VSTR(vstrb_w, 1, stb, 4, int32_t)
348 DO_VSTR_SG(vstrb_sg_ub, stb, 1, uint8_t, ADDR_ADD, false) in DO_VLDR64_SG()
349 DO_VSTR_SG(vstrb_sg_uh, stb, 2, uint16_t, ADDR_ADD, false) in DO_VLDR64_SG()
350 DO_VSTR_SG(vstrb_sg_uw, stb, 4, uint32_t, ADDR_ADD, false) in DO_VLDR64_SG()
/qemu/tcg/ppc/
H A Dtcg-target.c.inc392 #define STB OPCD( 38)
1436 case STB: case STH: case STW:
1454 case STB:
3806 tcg_out_mem_long(s, STB, STBX, data, base, offset);
/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc176 TRANS(STB, do_ldst_D, false, true, MO_UB)
/qemu/target/hppa/
H A Dinsns.decode334 # STB, STH, STW, STWM
/qemu/target/alpha/
H A Dtranslate.c1461 /* STB */ in translate_one()
/qemu/target/ppc/
H A Dinsn32.decode327 STB 100110 ..... ..... ................ @D
H A Dtranslate.c2745 GEN_STEPX(stb, DEF_MEMOP(MO_UB), 0x1F, 0x06)
6058 GEN_STEPX(stb, DEF_MEMOP(MO_UB), 0x1F, 0x06)
/qemu/target/riscv/
H A Dvector_helper.c207 GEN_VEXT_ST_ELEM(ste_b, uint8_t, H1, stb)