Searched refs:notCond (Results 1 – 2 of 2) sorted by relevance
3352 UInt notCond = 1 ^ (UInt)i->ARMin.XDirect.cond; in emit_ARMInstr() local3353 vassert(notCond <= 13); /* Neither AL nor NV */ in emit_ARMInstr()3355 *ptmp = XX______(notCond, X1010) | (delta & 0xFFFFFF); in emit_ARMInstr()3398 UInt notCond = 1 ^ (UInt)i->ARMin.XIndir.cond; in emit_ARMInstr() local3399 vassert(notCond <= 13); /* Neither AL nor NV */ in emit_ARMInstr()3401 *ptmp = XX______(notCond, X1010) | (delta & 0xFFFFFF); in emit_ARMInstr()3462 UInt notCond = 1 ^ (UInt)i->ARMin.XAssisted.cond; in emit_ARMInstr() local3463 vassert(notCond <= 13); /* Neither AL nor NV */ in emit_ARMInstr()3465 *ptmp = XX______(notCond, X1010) | (delta & 0xFFFFFF); in emit_ARMInstr()
3576 UInt notCond = 1 ^ (UInt)i->ARM64in.XDirect.cond; in emit_ARM64Instr() local3577 vassert(notCond <= 13); /* Neither AL nor NV */ in emit_ARM64Instr()3580 *ptmp = X_8_19_1_4(X01010100, delta & ((1<<19)-1), 0, notCond); in emit_ARM64Instr()3685 UInt notCond = 1 ^ (UInt)i->ARM64in.XDirect.cond; in emit_ARM64Instr() local3686 vassert(notCond <= 13); /* Neither AL nor NV */ in emit_ARM64Instr()3689 *ptmp = X_8_19_1_4(X01010100, delta & ((1<<19)-1), 0, notCond); in emit_ARM64Instr()