Home
last modified time | relevance | path

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

/dalvik/vm/compiler/codegen/x86/
DLowerAlu.cpp286 int common_fp_to_long(bool isDouble, u2 vA, u2 vB) { in common_fp_to_long() function
371 int retval = common_fp_to_long(false, vA, vB); in op_float_to_long()
381 int retval = common_fp_to_long(true, vA, vB); in op_double_to_long()