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 508 case S390_OPND_REG:
725 case S390_OPND_REG:
    [all...]
host_s390_isel.c 286 case S390_OPND_REG:
300 s390_opnd_reg(HReg reg) function
304 opnd.tag = S390_OPND_REG;
468 addInstr(env, s390_insn_alu(4, S390_ALU_AND, b2, s390_opnd_reg(cc1)));
473 addInstr(env, s390_insn_alu(4, S390_ALU_SUB, b6, s390_opnd_reg(cc1)));
480 addInstr(env, s390_insn_alu(4, S390_ALU_OR, cc_vex, s390_opnd_reg(b2)));
481 addInstr(env, s390_insn_alu(4, S390_ALU_OR, cc_vex, s390_opnd_reg(b6)));
750 opnd = s390_opnd_reg(r11);
793 opnd = s390_opnd_reg(r11);
852 opnd = s390_opnd_reg(h2)
    [all...]

Completed in 27 milliseconds