Home
last modified time | relevance | path

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

/dalvik/vm/compiler/codegen/x86/libenc/
Denc_wrapper.h123 Condition_G = Condition_NLE, enumerator
Dencoder.h163 Condition_G = Condition_NLE, enumerator
/dalvik/vm/compiler/codegen/x86/
DLowerJump.cpp1302 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()
DLowerInvoke.cpp1351 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()
DLowerAlu.cpp1916 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()