Searched refs:HANDLE_INT_TO_SMALL (Results 1 - 14 of 14) sorted by relevance

/dalvik/vm/mterp/c/
H A DOP_INT_TO_BYTE.c0 HANDLE_INT_TO_SMALL(OP_INT_TO_BYTE, "byte", s1)
H A DOP_INT_TO_CHAR.c0 HANDLE_INT_TO_SMALL(OP_INT_TO_CHAR, "char", u2)
H A DOP_INT_TO_SHORT.c0 HANDLE_INT_TO_SMALL(OP_INT_TO_SHORT, "short", s2) /* want sign bit */
H A Dopcommon.c62 #define HANDLE_INT_TO_SMALL(_opcode, _opname, _type) \ macro
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.c609 #define HANDLE_INT_TO_SMALL(_opcode, _opname, _type) \ macro
2362 HANDLE_INT_TO_SMALL(OP_INT_TO_BYTE, "byte", s1)
2366 HANDLE_INT_TO_SMALL(OP_INT_TO_CHAR, "char", u2)
2370 HANDLE_INT_TO_SMALL(OP_INT_TO_SHORT, "short", s2) /* want sign bit */
H A DInterpC-portdbg.c595 #define HANDLE_INT_TO_SMALL(_opcode, _opname, _type) \ macro
2723 HANDLE_INT_TO_SMALL(OP_INT_TO_BYTE, "byte", s1)
2727 HANDLE_INT_TO_SMALL(OP_INT_TO_CHAR, "char", u2)
2731 HANDLE_INT_TO_SMALL(OP_INT_TO_SHORT, "short", s2) /* want sign bit */
H A DInterpC-portstd.c589 #define HANDLE_INT_TO_SMALL(_opcode, _opname, _type) \ macro
2462 HANDLE_INT_TO_SMALL(OP_INT_TO_BYTE, "byte", s1)
2466 HANDLE_INT_TO_SMALL(OP_INT_TO_CHAR, "char", u2)
2470 HANDLE_INT_TO_SMALL(OP_INT_TO_SHORT, "short", s2) /* want sign bit */
H A DInterpC-armv4t.c609 #define HANDLE_INT_TO_SMALL(_opcode, _opname, _type) \ macro
H A DInterpC-armv5te-vfp.c609 #define HANDLE_INT_TO_SMALL(_opcode, _opname, _type) \ macro
H A DInterpC-armv5te.c609 #define HANDLE_INT_TO_SMALL(_opcode, _opname, _type) \ macro
H A DInterpC-armv7-a-neon.c609 #define HANDLE_INT_TO_SMALL(_opcode, _opname, _type) \ macro
H A DInterpC-armv7-a.c609 #define HANDLE_INT_TO_SMALL(_opcode, _opname, _type) \ macro
H A DInterpC-x86-atom.c609 #define HANDLE_INT_TO_SMALL(_opcode, _opname, _type) \ macro
H A DInterpC-x86.c609 #define HANDLE_INT_TO_SMALL(_opcode, _opname, _type) \ macro

Completed in 145 milliseconds