Searched refs:LDST (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/hexagon/imported/ |
H A D | iclass.def | 19 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 D | ldst.idef | 215 /* Predicated LDST */
|
/openbmc/qemu/target/sh4/ |
H A D | translate.c | 1434 #define LDST(reg,ldnum,ldpnum,stnum,stpnum,prechk) \ in _decode_opc() macro 1437 LDST(gbr, 0x401e, 0x4017, 0x0012, 0x4013, {}) in _decode_opc() 1438 LDST(vbr, 0x402e, 0x4027, 0x0022, 0x4023, CHECK_PRIVILEGED) in _decode_opc() 1439 LDST(ssr, 0x403e, 0x4037, 0x0032, 0x4033, CHECK_PRIVILEGED) in _decode_opc() 1440 LDST(spc, 0x404e, 0x4047, 0x0042, 0x4043, CHECK_PRIVILEGED) in _decode_opc() 1443 LDST(dbr, 0x40fa, 0x40f6, 0x00fa, 0x40f2, CHECK_PRIVILEGED) in _decode_opc() 1444 LDST(mach, 0x400a, 0x4006, 0x000a, 0x4002, {}) in _decode_opc() 1445 LDST(macl, 0x401a, 0x4016, 0x001a, 0x4012, {}) in _decode_opc() 1446 LDST(pr, 0x402a, 0x4026, 0x002a, 0x4022, {}) in _decode_opc() 1447 LDST(fpul, 0x405a, 0x4056, 0x005a, 0x4052, {CHECK_FPU_ENABLED}) in _decode_opc()
|
/openbmc/linux/kernel/bpf/ |
H A D | core.c | 2069 #define LDST(SIZEOP, SIZE) \ in ___bpf_prog_run() macro 2085 LDST(B, u8) in ___bpf_prog_run() 2086 LDST(H, u16) in ___bpf_prog_run() 2087 LDST(W, u32) in ___bpf_prog_run() 2088 LDST(DW, u64) in ___bpf_prog_run() 2089 #undef LDST in ___bpf_prog_run()
|