Searched refs:ldop (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_mac16.S | 166 .macro test_mulxxx_ld mulop, ldop, comb, w, x, s, t, a, b, iv, op 171 \mulop\().ll.\ldop \w, \x, \s, \t 175 \mulop\().lh.\ldop \w, \x, \s, \t 179 \mulop\().hl.\ldop \w, \x, \s, \t 183 \mulop\().hh.\ldop \w, \x, \s, \t
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 2578 #define GEN_QEMU_LOAD_TL(ldop, op) \ argument 2579 static void glue(gen_qemu_, ldop)(DisasContext *ctx, \ 2595 #define GEN_QEMU_LOAD_64(ldop, op) \ argument 2596 static void glue(gen_qemu_, glue(ldop, _i64))(DisasContext *ctx, \ 2647 #define GEN_LDX_E(name, ldop, opc2, opc3, type, type2, chk) \ argument 2655 gen_qemu_##ldop(ctx, cpu_gpr[rD(ctx->opcode)], EA); \ 2658 #define GEN_LDX(name, ldop, opc2, opc3, type) \ argument 2659 GEN_LDX_E(name, ldop, opc2, opc3, type, PPC_NONE, CHK_NONE) 2661 #define GEN_LDX_HVRM(name, ldop, opc2, opc3, type) \ argument 2662 GEN_LDX_E(name, ldop, opc2, opc3, type, PPC_NONE, CHK_HVRM) [all …]
|