HomeSort by relevance Sort by last modified time
    Searched defs:const_value (Results 1 - 5 of 5) sorted by null

  /art/runtime/quick/
inline_method_analyser.cc 180 int32_t const_value = instruction->VRegB(); local
182 const_value <<= 16;
188 if (return_opcode == Instruction::RETURN_OBJECT && const_value != 0) {
194 result->d.data = static_cast<uint64_t>(const_value);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 42 struct const_value { struct
91 struct const_value * value = data;
194 struct const_value counter_value;
radeon_optimize.c 706 float const_value; local
760 const_value = rc_get_constant_value(c,
766 if (const_value == 2.0f) {
768 } else if (const_value == 4.0f) {
770 } else if (const_value == 8.0f) {
772 } else if (const_value == (1.0f / 2.0f)) {
774 } else if (const_value == (1.0f / 4.0f)) {
776 } else if (const_value == (1.0f / 8.0f)) {
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 42 struct const_value { struct
91 struct const_value * value = data;
194 struct const_value counter_value;
radeon_optimize.c 706 float const_value; local
760 const_value = rc_get_constant_value(c,
766 if (const_value == 2.0f) {
768 } else if (const_value == 4.0f) {
770 } else if (const_value == 8.0f) {
772 } else if (const_value == (1.0f / 2.0f)) {
774 } else if (const_value == (1.0f / 4.0f)) {
776 } else if (const_value == (1.0f / 8.0f)) {

Completed in 951 milliseconds