Searched refs:jc (Results 1 – 8 of 8) sorted by relevance
/qemu/accel/tcg/ |
H A D | cpu-exec.c | 229 CPUJumpCache *jc; in tb_lookup() local 236 jc = cpu->tb_jmp_cache; in tb_lookup() 238 tb = qatomic_read(&jc->array[hash].tb); in tb_lookup() 240 jc->array[hash].pc == s.pc && in tb_lookup() 252 jc->array[hash].pc = s.pc; in tb_lookup() 253 qatomic_set(&jc->array[hash].tb, tb); in tb_lookup() 949 CPUJumpCache *jc; in cpu_exec_loop() local 961 jc = cpu->tb_jmp_cache; in cpu_exec_loop() 962 jc->array[h].pc = s.pc; in cpu_exec_loop() 963 qatomic_set(&jc->array[h].tb, tb); in cpu_exec_loop()
|
H A D | translate-all.c | 623 CPUJumpCache *jc = cpu->tb_jmp_cache; in tcg_flush_jmp_cache() local 626 if (unlikely(jc == NULL)) { in tcg_flush_jmp_cache() 631 qatomic_set(&jc->array[i].tb, NULL); in tcg_flush_jmp_cache()
|
H A D | tb-maint.c | 892 CPUJumpCache *jc = cpu->tb_jmp_cache; in tb_jmp_cache_inval_tb() local 894 if (qatomic_read(&jc->array[h].tb) == tb) { in tb_jmp_cache_inval_tb() 895 qatomic_set(&jc->array[h].tb, NULL); in tb_jmp_cache_inval_tb()
|
H A D | cputlb.c | 153 CPUJumpCache *jc = cpu->tb_jmp_cache; in tb_jmp_cache_clear_page() local 156 if (unlikely(!jc)) { in tb_jmp_cache_clear_page() 162 qatomic_set(&jc->array[i0 + i].tb, NULL); in tb_jmp_cache_clear_page()
|
/qemu/common-user/host/x86_64/ |
H A D | safe-syscall.inc.S | 79 jc 1f
|
/qemu/common-user/host/i386/ |
H A D | safe-syscall.inc.S | 82 jc 1f
|
/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 1617 int jc = (cond == TCG_COND_TSTNE ? JCC_JB : JCC_JAE); 1627 return jc;
|
/qemu/tests/tcg/i386/ |
H A D | x86.csv | 841 "JC rel16","JC rel16","jc rel16","0F 82 cw","V","N.S.","","pseudo","r","","" 842 "JC rel32","JC rel32","jc rel32","0F 82 cd","V","V","","pseudo","r","","" 843 "JC rel8","JC rel8","jc rel8","72 cb","V","V","","pseudo","r","",""
|