Home
last modified time | relevance | path

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

/dalvik/vm/mterp/c/
Dopcommon.cpp27 #define HANDLE_NUMCONV(_opcode, _opname, _fromtype, _totype) \ argument
28 HANDLE_OPCODE(_opcode /*vA, vB*/) \
36 #define HANDLE_FLOAT_TO_INT(_opcode, _opname, _fromvtype, _fromrtype, \ argument
38 HANDLE_OPCODE(_opcode /*vA, vB*/) \
62 #define HANDLE_INT_TO_SMALL(_opcode, _opname, _type) \ argument
63 HANDLE_OPCODE(_opcode /*vA, vB*/) \
71 #define HANDLE_OP_CMPX(_opcode, _opname, _varType, _type, _nanVal) \ argument
72 HANDLE_OPCODE(_opcode /*vAA, vBB, vCC*/) \
97 #define HANDLE_OP_IF_XX(_opcode, _opname, _cmp) \ argument
98 HANDLE_OPCODE(_opcode /*vA, vB, +CCCC*/) \
[all …]
Dheader.cpp280 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) argument
/dalvik/vm/mterp/out/
DInterpC-armv7-a-neon.cpp287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) argument
463 #define FINISH_BKPT(_opcode) /* FIXME? */ argument
464 #define DISPATCH_EXTENDED(_opcode) /* FIXME? */ argument
543 #define HANDLE_NUMCONV(_opcode, _opname, _fromtype, _totype) \ argument
544 HANDLE_OPCODE(_opcode /*vA, vB*/) \
552 #define HANDLE_FLOAT_TO_INT(_opcode, _opname, _fromvtype, _fromrtype, \ argument
554 HANDLE_OPCODE(_opcode /*vA, vB*/) \
578 #define HANDLE_INT_TO_SMALL(_opcode, _opname, _type) \ argument
579 HANDLE_OPCODE(_opcode /*vA, vB*/) \
587 #define HANDLE_OP_CMPX(_opcode, _opname, _varType, _type, _nanVal) \ argument
[all …]
DInterpC-armv7-a.cpp287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) argument
463 #define FINISH_BKPT(_opcode) /* FIXME? */ argument
464 #define DISPATCH_EXTENDED(_opcode) /* FIXME? */ argument
543 #define HANDLE_NUMCONV(_opcode, _opname, _fromtype, _totype) \ argument
544 HANDLE_OPCODE(_opcode /*vA, vB*/) \
552 #define HANDLE_FLOAT_TO_INT(_opcode, _opname, _fromvtype, _fromrtype, \ argument
554 HANDLE_OPCODE(_opcode /*vA, vB*/) \
578 #define HANDLE_INT_TO_SMALL(_opcode, _opname, _type) \ argument
579 HANDLE_OPCODE(_opcode /*vA, vB*/) \
587 #define HANDLE_OP_CMPX(_opcode, _opname, _varType, _type, _nanVal) \ argument
[all …]
DInterpC-armv5te-vfp.cpp287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) argument
463 #define FINISH_BKPT(_opcode) /* FIXME? */ argument
464 #define DISPATCH_EXTENDED(_opcode) /* FIXME? */ argument
543 #define HANDLE_NUMCONV(_opcode, _opname, _fromtype, _totype) \ argument
544 HANDLE_OPCODE(_opcode /*vA, vB*/) \
552 #define HANDLE_FLOAT_TO_INT(_opcode, _opname, _fromvtype, _fromrtype, \ argument
554 HANDLE_OPCODE(_opcode /*vA, vB*/) \
578 #define HANDLE_INT_TO_SMALL(_opcode, _opname, _type) \ argument
579 HANDLE_OPCODE(_opcode /*vA, vB*/) \
587 #define HANDLE_OP_CMPX(_opcode, _opname, _varType, _type, _nanVal) \ argument
[all …]
DInterpC-armv5te.cpp287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) argument
463 #define FINISH_BKPT(_opcode) /* FIXME? */ argument
464 #define DISPATCH_EXTENDED(_opcode) /* FIXME? */ argument
543 #define HANDLE_NUMCONV(_opcode, _opname, _fromtype, _totype) \ argument
544 HANDLE_OPCODE(_opcode /*vA, vB*/) \
552 #define HANDLE_FLOAT_TO_INT(_opcode, _opname, _fromvtype, _fromrtype, \ argument
554 HANDLE_OPCODE(_opcode /*vA, vB*/) \
578 #define HANDLE_INT_TO_SMALL(_opcode, _opname, _type) \ argument
579 HANDLE_OPCODE(_opcode /*vA, vB*/) \
587 #define HANDLE_OP_CMPX(_opcode, _opname, _varType, _type, _nanVal) \ argument
[all …]
DInterpC-mips.cpp287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) argument
463 #define FINISH_BKPT(_opcode) /* FIXME? */ argument
464 #define DISPATCH_EXTENDED(_opcode) /* FIXME? */ argument
543 #define HANDLE_NUMCONV(_opcode, _opname, _fromtype, _totype) \ argument
544 HANDLE_OPCODE(_opcode /*vA, vB*/) \
552 #define HANDLE_FLOAT_TO_INT(_opcode, _opname, _fromvtype, _fromrtype, \ argument
554 HANDLE_OPCODE(_opcode /*vA, vB*/) \
578 #define HANDLE_INT_TO_SMALL(_opcode, _opname, _type) \ argument
579 HANDLE_OPCODE(_opcode /*vA, vB*/) \
587 #define HANDLE_OP_CMPX(_opcode, _opname, _varType, _type, _nanVal) \ argument
[all …]
DInterpC-x86.cpp287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) argument
463 #define FINISH_BKPT(_opcode) /* FIXME? */ argument
464 #define DISPATCH_EXTENDED(_opcode) /* FIXME? */ argument
543 #define HANDLE_NUMCONV(_opcode, _opname, _fromtype, _totype) \ argument
544 HANDLE_OPCODE(_opcode /*vA, vB*/) \
552 #define HANDLE_FLOAT_TO_INT(_opcode, _opname, _fromvtype, _fromrtype, \ argument
554 HANDLE_OPCODE(_opcode /*vA, vB*/) \
578 #define HANDLE_INT_TO_SMALL(_opcode, _opname, _type) \ argument
579 HANDLE_OPCODE(_opcode /*vA, vB*/) \
587 #define HANDLE_OP_CMPX(_opcode, _opname, _varType, _type, _nanVal) \ argument
[all …]
DInterpC-allstubs.cpp287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) argument
463 #define FINISH_BKPT(_opcode) /* FIXME? */ argument
464 #define DISPATCH_EXTENDED(_opcode) /* FIXME? */ argument
543 #define HANDLE_NUMCONV(_opcode, _opname, _fromtype, _totype) \ argument
544 HANDLE_OPCODE(_opcode /*vA, vB*/) \
552 #define HANDLE_FLOAT_TO_INT(_opcode, _opname, _fromvtype, _fromrtype, \ argument
554 HANDLE_OPCODE(_opcode /*vA, vB*/) \
578 #define HANDLE_INT_TO_SMALL(_opcode, _opname, _type) \ argument
579 HANDLE_OPCODE(_opcode /*vA, vB*/) \
587 #define HANDLE_OP_CMPX(_opcode, _opname, _varType, _type, _nanVal) \ argument
[all …]
DInterpC-portable.cpp287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) argument
423 # define FINISH_BKPT(_opcode) { \ argument
424 goto *handlerTable[_opcode]; \
489 #define HANDLE_NUMCONV(_opcode, _opname, _fromtype, _totype) \ argument
490 HANDLE_OPCODE(_opcode /*vA, vB*/) \
498 #define HANDLE_FLOAT_TO_INT(_opcode, _opname, _fromvtype, _fromrtype, \ argument
500 HANDLE_OPCODE(_opcode /*vA, vB*/) \
524 #define HANDLE_INT_TO_SMALL(_opcode, _opname, _type) \ argument
525 HANDLE_OPCODE(_opcode /*vA, vB*/) \
533 #define HANDLE_OP_CMPX(_opcode, _opname, _varType, _type, _nanVal) \ argument
[all …]
/dalvik/vm/mterp/portable/
Dstubdefs.cpp45 # define FINISH_BKPT(_opcode) { \ argument
46 goto *handlerTable[_opcode]; \
/dalvik/vm/mterp/cstubs/
Dstubdefs.cpp85 #define FINISH_BKPT(_opcode) /* FIXME? */ argument
86 #define DISPATCH_EXTENDED(_opcode) /* FIXME? */ argument