Searched refs:isCmp (Results 1 – 4 of 4) sorted by relevance
188 public boolean isCmp() { in isCmp() method in Cmp
442 public boolean isCmp() { in isCmp() method in Instruction
656 Bool isCmp; member990 extern ARMInstr* ARMInstr_CmpOrTst ( Bool isCmp, HReg, ARMRI84* );
1114 ARMInstr* ARMInstr_CmpOrTst ( Bool isCmp, HReg argL, ARMRI84* argR ) { in ARMInstr_CmpOrTst() argument1117 i->ARMin.CmpOrTst.isCmp = isCmp; in ARMInstr_CmpOrTst()1595 vex_printf("%s ", i->ARMin.CmpOrTst.isCmp ? "cmp" : "tst"); in ppARMInstr()3158 UInt subopc = i->ARMin.CmpOrTst.isCmp ? X1010 : X1000; in emit_ARMInstr()