HomeSort by relevance Sort by last modified time
    Searched refs:HANDLE_UNOP (Results 1 - 15 of 15) sorted by null

  /dalvik/vm/mterp/c/
OP_NEG_DOUBLE.cpp 0 HANDLE_UNOP(OP_NEG_DOUBLE, "neg-double", -, , _DOUBLE)
OP_NEG_FLOAT.cpp 0 HANDLE_UNOP(OP_NEG_FLOAT, "neg-float", -, , _FLOAT)
OP_NEG_INT.cpp 0 HANDLE_UNOP(OP_NEG_INT, "neg-int", -, , )
OP_NEG_LONG.cpp 0 HANDLE_UNOP(OP_NEG_LONG, "neg-long", -, , _WIDE)
OP_NOT_INT.cpp 0 HANDLE_UNOP(OP_NOT_INT, "not-int", , ^ 0xffffffff, )
OP_NOT_LONG.cpp 0 HANDLE_UNOP(OP_NOT_LONG, "not-long", , ^ 0xffffffffffffffffULL, _WIDE)
opcommon.cpp 129 #define HANDLE_UNOP(_opcode, _opname, _pfx, _sfx, _type) \
    [all...]
  /dalvik/vm/mterp/out/
InterpC-allstubs.cpp 645 #define HANDLE_UNOP(_opcode, _opname, _pfx, _sfx, _type) \
    [all...]
InterpC-portable.cpp 591 #define HANDLE_UNOP(_opcode, _opname, _pfx, _sfx, _type) \
    [all...]
InterpC-armv5te-vfp.cpp 645 #define HANDLE_UNOP(_opcode, _opname, _pfx, _sfx, _type) \
    [all...]
InterpC-armv5te.cpp 645 #define HANDLE_UNOP(_opcode, _opname, _pfx, _sfx, _type) \
    [all...]
InterpC-armv7-a-neon.cpp 645 #define HANDLE_UNOP(_opcode, _opname, _pfx, _sfx, _type) \
    [all...]
InterpC-armv7-a.cpp 645 #define HANDLE_UNOP(_opcode, _opname, _pfx, _sfx, _type) \
    [all...]
InterpC-mips.cpp 645 #define HANDLE_UNOP(_opcode, _opname, _pfx, _sfx, _type) \
    [all...]
InterpC-x86.cpp 645 #define HANDLE_UNOP(_opcode, _opname, _pfx, _sfx, _type) \
    [all...]

Completed in 77 milliseconds