Searched refs:gen_program_exception (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 325 gen_program_exception(s, PGM_SPECIFICATION); 384 gen_program_exception(s, PGM_SPECIFICATION); 425 gen_program_exception(s, PGM_SPECIFICATION); 442 gen_program_exception(s, PGM_SPECIFICATION); 458 gen_program_exception(s, PGM_SPECIFICATION); 486 gen_program_exception(s, PGM_SPECIFICATION); 505 gen_program_exception(s, PGM_SPECIFICATION); 559 gen_program_exception(s, PGM_SPECIFICATION); 576 gen_program_exception(s, PGM_SPECIFICATION); 590 gen_program_exception(s, PGM_SPECIFICATION); [all …]
|
H A D | translate.c | 404 static void gen_program_exception(DisasContext *s, int code) in gen_program_exception() function 425 gen_program_exception(s, PGM_OPERATION); in gen_illegal_opcode() 1672 gen_program_exception(s, PGM_SPECIFICATION); in fpinst_extract_m34() 1940 gen_program_exception(s, PGM_SPECIFICATION); in op_clcl() 1959 gen_program_exception(s, PGM_SPECIFICATION); in op_clcle() 1978 gen_program_exception(s, PGM_SPECIFICATION); in op_clclu() 2186 gen_program_exception(s, PGM_SPECIFICATION); in op_cuXX() 2334 gen_program_exception(s, PGM_EXECUTE); in op_ex() 2537 gen_program_exception(s, PGM_SPECIFICATION); in op_msa() 2543 gen_program_exception(s, PGM_SPECIFICATION); in op_msa() [all …]
|