Home
last modified time | relevance | path

Searched refs:notCond (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_arm_defs.c3352 UInt notCond = 1 ^ (UInt)i->ARMin.XDirect.cond; in emit_ARMInstr() local
3353 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() local
3399 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() local
3463 vassert(notCond <= 13); /* Neither AL nor NV */ in emit_ARMInstr()
3465 *ptmp = XX______(notCond, X1010) | (delta & 0xFFFFFF); in emit_ARMInstr()
Dhost_arm64_defs.c3576 UInt notCond = 1 ^ (UInt)i->ARM64in.XDirect.cond; in emit_ARM64Instr() local
3577 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() local
3686 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()