Searched refs:Condition_G (Results 1 – 5 of 5) sorted by relevance
/dalvik/vm/compiler/codegen/x86/libenc/ |
D | enc_wrapper.h | 123 Condition_G = Condition_NLE, enumerator
|
D | encoder.h | 163 Condition_G = Condition_NLE, enumerator
|
/dalvik/vm/compiler/codegen/x86/ |
D | LowerJump.cpp | 1302 common_if(tmp, Condition_LE, Condition_G); in op_if_gt() 1317 common_if(tmp, Condition_G, Condition_LE); in op_if_le() 1388 common_if(tmp, Condition_LE, Condition_G); in op_if_gtz() 1402 common_if(tmp, Condition_G, Condition_LE); in op_if_lez()
|
D | LowerInvoke.cpp | 1351 conditional_jump(Condition_G, ".skipPrediction", true); in predicted_chain_interface_O0() 1417 conditional_jump(Condition_G, ".skipPrediction", true); in predicted_chain_interface_O1() 1453 conditional_jump(Condition_G, ".skipPrediction", true); in predicted_chain_virtual_O0() 1493 conditional_jump(Condition_G, ".skipPrediction", true); in predicted_chain_virtual_O1()
|
D | LowerAlu.cpp | 1916 conditional_jump(Condition_G, ".cmp_long_greater", true); in op_cmp_long() 1922 conditional_move_reg_to_reg(OpndSize_32, Condition_G, //above vs greater in op_cmp_long()
|