Searched refs:jCC (Results 1 – 11 of 11) sorted by relevance
/external/valgrind/main/callgrind/ |
D | jumps.c | 49 jccs->table = (jCC**) CLG_MALLOC("cl.jumps.ijh.1", in CLG_() 50 jccs->size * sizeof(jCC*)); in CLG_() 88 jCC** new_table; in resize_jcc_table() 90 jCC *curr_jcc, *next_jcc; in resize_jcc_table() 93 new_table = (jCC**) CLG_MALLOC("cl.jumps.rjt.1", in resize_jcc_table() 94 new_size * sizeof(jCC*)); in resize_jcc_table() 140 static jCC* new_jcc(BBCC* from, UInt jmp, BBCC* to) in new_jcc() 142 jCC* jcc; in new_jcc() 150 jcc = (jCC*) CLG_MALLOC("cl.jumps.nj.1", sizeof(jCC)); in new_jcc() 190 jCC* CLG_(get_jcc)(BBCC* from, UInt jmp, BBCC* to) in CLG_() [all …]
|
D | global.h | 217 typedef struct _jCC jCC; typedef 266 jCC* next_hash; /* for hash entry chain */ 267 jCC* next_from; /* next JCC from a BBCC */ 375 jCC* jcc_list; /* JCCs used for this exit */ 408 jCC* lru_from_jcc; /* Temporary: Cached for faster access (LRU) */ 409 jCC* lru_to_jcc; /* Temporary: Cached for faster access (LRU) */ 491 jCC* jcc; /* jCC for this call */ 560 jCC** table; 561 jCC* spontaneous; 774 jCC* CLG_(get_jcc)(BBCC* from, UInt, BBCC* to); [all …]
|
D | debug.c | 226 void CLG_(print_short_jcc)(jCC* jcc) in CLG_() 240 void CLG_(print_jcc)(int s, jCC* jcc) in CLG_() 448 void CLG_(print_jcc)(int s, jCC* jcc) {} in CLG_() 454 void CLG_(print_short_jcc)(jCC* jcc) {} in CLG_()
|
D | callstack.c | 188 jCC* jcc; in CLG_() 315 jCC* jcc; in CLG_()
|
D | bbcc.c | 86 jCC* jcc; in CLG_() 853 jCC* jcc = CLG_(get_jcc)(last_bbcc, passed, bbcc); in CLG_()
|
D | dump.c | 653 static void fprint_jcc(Int fd, jCC* jcc, AddrPos* curr, AddrPos* last, ULong ecounter) in fprint_jcc() 784 jCC* jcc; in fprint_bbcc()
|
/external/webkit/Source/JavaScriptCore/assembler/ |
D | MacroAssemblerX86Common.h | 628 … return Jump(m_assembler.jCC(static_cast<X86Assembler::Condition>(cond & ~DoubleConditionBits))); in branchDouble() 800 return Jump(m_assembler.jCC(x86Condition(cond))); in branch8() 806 return Jump(m_assembler.jCC(x86Condition(cond))); in branch32() 815 return Jump(m_assembler.jCC(x86Condition(cond))); in branch32() 821 return Jump(m_assembler.jCC(x86Condition(cond))); in branch32() 827 return Jump(m_assembler.jCC(x86Condition(cond))); in branch32() 833 return Jump(m_assembler.jCC(x86Condition(cond))); in branch32() 839 return Jump(m_assembler.jCC(x86Condition(cond))); in branch32() 850 return Jump(m_assembler.jCC(x86Condition(cond))); in branch16() 858 return Jump(m_assembler.jCC(x86Condition(cond))); in branch16() [all …]
|
D | MacroAssemblerX86.h | 114 return Jump(m_assembler.jCC(x86Condition(cond))); in branch32() 120 return Jump(m_assembler.jCC(x86Condition(cond))); in branch32() 149 return Jump(m_assembler.jCC(x86Condition(cond))); 156 return Jump(m_assembler.jCC(x86Condition(cond)));
|
D | MacroAssemblerX86_64.h | 328 return Jump(m_assembler.jCC(x86Condition(cond))); in branchPtr() 340 return Jump(m_assembler.jCC(x86Condition(cond))); in branchPtr() 352 return Jump(m_assembler.jCC(x86Condition(cond))); in branchPtr() 364 return Jump(m_assembler.jCC(x86Condition(cond))); in branchTestPtr() 376 return Jump(m_assembler.jCC(x86Condition(cond))); 391 return Jump(m_assembler.jCC(x86Condition(cond))); 400 return Jump(m_assembler.jCC(x86Condition(cond))); 408 return Jump(m_assembler.jCC(x86Condition(cond))); in branchAddPtr() 415 return Jump(m_assembler.jCC(x86Condition(cond))); in branchSubPtr()
|
D | X86Assembler.h | 1343 JmpSrc jCC(Condition cond) in jCC() function
|
/external/llvm/test/CodeGen/X86/ |
D | brcond.ll | 74 ; jCC L1
|