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

  /dalvik/vm/compiler/codegen/x86/
NcgAot.h 31 ConditionCode cc, const char* target,
NcgAot.cpp 123 ConditionCode cc, const char* target,
Lower.h 661 void conditional_move_reg_to_reg(OpndSize size, ConditionCode cc, int reg1, bool isPhysical1, int reg, bool isPhysical);
677 void conditional_jump(ConditionCode cc, const char* target, bool isShortTerm);
679 void conditional_jump_int(ConditionCode cc, int target, OpndSize size);
798 ConditionCode code_excep, ConditionCode code_okay,
    [all...]
LowerJump.cpp 531 void conditional_jump(ConditionCode cc, const char* target, bool isShortTerm) {
587 void conditional_jump_int(ConditionCode cc, int target, OpndSize size) {
930 int common_if(s4 tmp, ConditionCode cc_next, ConditionCode cc) {
    [all...]
CodegenInterface.cpp 274 LowOp* condJumpToBasicBlock(char* instAddr, ConditionCode cc, int targetId) {
    [all...]
LowerHelper.cpp     [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.h 132 typedef enum ConditionCode {
165 } ConditionCode;
557 ENCODER_DECLARE_EXPORT char * cmov(char * stream, ConditionCode cc, const R_Opnd & r, const RM_Opnd & rm, Opnd_Size sz = size_platf);
558 ENCODER_DECLARE_EXPORT char * setcc(char * stream, ConditionCode cc, const RM_Opnd & rm8);
584 ENCODER_DECLARE_EXPORT char * branch8(char * stream, ConditionCode cc, const Imm_Opnd & imm, InstrPrefix prefix = no_prefix);
587 ENCODER_DECLARE_EXPORT char * branch32(char * stream, ConditionCode cc, const Imm_Opnd & imm, InstrPrefix prefix = no_prefix);
590 //char * branch(char * stream, ConditionCode cc, const char * target, InstrPrefix prefix = no_prefix);
593 ENCODER_DECLARE_EXPORT char * branch(char * stream, ConditionCode cc, I_32 disp, InstrPrefix prefix = no_prefix);
enc_wrapper.h 92 typedef enum ConditionCode {
125 } ConditionCode;
encoder.inl 536 ENCODER_DECLARE_EXPORT char *cmov(char * stream, ConditionCode cc, const R_Opnd & r, const RM_Opnd & rm, Opnd_Size sz) {
543 ENCODER_DECLARE_EXPORT char * setcc(char * stream, ConditionCode cc, const RM_Opnd & rm8) {
638 ENCODER_DECLARE_EXPORT char * branch8(char * stream, ConditionCode cond,
653 ENCODER_DECLARE_EXPORT char * branch32(char * stream, ConditionCode cond,
669 ENCODER_DECLARE_EXPORT char * branch(char * stream, ConditionCode cc, const char * target, InstrPrefix prefix) {

Completed in 60 milliseconds