Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.cc1879 #define IF_XX(comparison, cond) \ in ProcessDexInstruction() macro
1883 IF_XX(HEqual, EQ); in ProcessDexInstruction()
1884 IF_XX(HNotEqual, NE); in ProcessDexInstruction()
1885 IF_XX(HLessThan, LT); in ProcessDexInstruction()
1886 IF_XX(HLessThanOrEqual, LE); in ProcessDexInstruction()
1887 IF_XX(HGreaterThan, GT); in ProcessDexInstruction()
1888 IF_XX(HGreaterThanOrEqual, GE); in ProcessDexInstruction()