Home
last modified time | relevance | path

Searched refs:code_end (Results 1 – 5 of 5) sorted by relevance

/qemu/tests/tcg/s390x/
H A Dbranch-relative-long.c21 const char *code_end; member
27 .code_end = brasl_r0_end,
31 .code_end = brcl_0xf_end,
42 size_t test_length = 0x100000000 + (tests[i].code_end - tests[i].code); in main()
60 memcpy(code, tests[i].code, tests[i].code_end - tests[i].code); in main()
62 memset(code, 0, tests[i].code_end - tests[i].code); in main()
/qemu/tests/multiboot/
H A Daout_kludge.S72 .int code_end
101 .int code_end
130 code_end: label
/qemu/target/hexagon/idef-parser/
H A Didef-parser.h209 char *code_end; /**< End of instruction input code */ member
H A Didef-parser.y224 c->inst.code_end = c->input_buffer + @2.last_column - 1;
H A Dparser-helpers.c255 for (char *x = c->inst.code_begin; x < c->inst.code_end; x++) { in commit()