Searched refs:cmpval (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp1933 Register cmpval = op->cmp_value()->as_register(); local
1934 assert(cmpval == rax, "wrong register");
1936 assert(cmpval != newval, "cmp and new values must be in different registers");
1937 assert(cmpval != addr, "cmp and addr must be in different registers");
1943 __ encode_heap_oop(cmpval);
1949 // cmpval (rax) is implicitly used by this instruction
1970 Register cmpval = op->cmp_value()->as_register_lo(); local
1971 assert(cmpval == rax, "wrong register");
1973 assert(cmpval != newval, "cmp and new values must be in different registers");
1974 assert(cmpval !
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp4136 Value cmpval = args->pop(); local
4151 args->push(cmpval);

Completed in 68 milliseconds