Home
last modified time | relevance | path

Searched refs:LDST (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/hexagon/imported/
H A Diclass.def19 DEF_PP_ICLASS32(EXTENDER,0123,LDST|SUNIT|MUNIT) /* 0 */
21 DEF_PP_ICLASS32(NCJ,01,LDST|CTRLFLOW) /* 2 */
22 DEF_PP_ICLASS32(V4LDST,01,LDST) /* 3 */
23 DEF_PP_ICLASS32(V2LDST,01,LDST) /* 4 */
26 DEF_PP_ICLASS32(ALU32_2op,0123,LDST|SUNIT|MUNIT) /* 7 */
28 DEF_PP_ICLASS32(LD,01,LDST) /* 9 */
29 DEF_PP_ICLASS32(ST,01,LDST) /* 10 */
30 DEF_PP_ICLASS32(ALU32_ADDI,0123,LDST|SUNIT|MUNIT) /* 11 */
34 DEF_PP_ICLASS32(ALU32_3op,0123,LDST|SUNIT|MUNIT) /* 15 */
H A Dldst.idef215 /* Predicated LDST */
/openbmc/qemu/target/sh4/
H A Dtranslate.c1425 #define LDST(reg,ldnum,ldpnum,stnum,stpnum,prechk) \ in _decode_opc() macro
1428 LDST(gbr, 0x401e, 0x4017, 0x0012, 0x4013, {}) in _decode_opc()
1429 LDST(vbr, 0x402e, 0x4027, 0x0022, 0x4023, CHECK_PRIVILEGED) in _decode_opc()
1430 LDST(ssr, 0x403e, 0x4037, 0x0032, 0x4033, CHECK_PRIVILEGED) in _decode_opc()
1431 LDST(spc, 0x404e, 0x4047, 0x0042, 0x4043, CHECK_PRIVILEGED) in _decode_opc()
1434 LDST(dbr, 0x40fa, 0x40f6, 0x00fa, 0x40f2, CHECK_PRIVILEGED) in _decode_opc()
1435 LDST(mach, 0x400a, 0x4006, 0x000a, 0x4002, {}) in _decode_opc()
1436 LDST(macl, 0x401a, 0x4016, 0x001a, 0x4012, {}) in _decode_opc()
1437 LDST(pr, 0x402a, 0x4026, 0x002a, 0x4022, {}) in _decode_opc()
1438 LDST(fpul, 0x405a, 0x4056, 0x005a, 0x4052, {CHECK_FPU_ENABLED}) in _decode_opc()
/openbmc/linux/kernel/bpf/
H A Dcore.c2065 #define LDST(SIZEOP, SIZE) \ in ___bpf_prog_run() macro
2081 LDST(B, u8) in ___bpf_prog_run()
2082 LDST(H, u16) in ___bpf_prog_run()
2083 LDST(W, u32) in ___bpf_prog_run()
2084 LDST(DW, u64) in ___bpf_prog_run()
2085 #undef LDST in ___bpf_prog_run()