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

  /external/valgrind/main/VEX/priv/
host_s390_defs.h 94 S390_OPND_REG,
host_s390_defs.c 511 case S390_OPND_REG:
758 case S390_OPND_REG:
    [all...]
host_s390_isel.c 365 case S390_OPND_REG:
379 s390_opnd_reg(HReg reg) function
383 opnd.tag = S390_OPND_REG;
584 addInstr(env, s390_insn_alu(4, S390_ALU_AND, b2, s390_opnd_reg(cc1)));
589 addInstr(env, s390_insn_alu(4, S390_ALU_SUB, b6, s390_opnd_reg(cc1)));
596 addInstr(env, s390_insn_alu(4, S390_ALU_OR, cc_vex, s390_opnd_reg(b2)));
597 addInstr(env, s390_insn_alu(4, S390_ALU_OR, cc_vex, s390_opnd_reg(b6)));
866 opnd = s390_opnd_reg(r11);
909 opnd = s390_opnd_reg(r11);
968 opnd = s390_opnd_reg(h2)
    [all...]

Completed in 29 milliseconds