Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_arm_defs.c3254 UInt notCond = 1 ^ (UInt)i->ARMin.XDirect.cond; in emit_ARMInstr() local
3255 vassert(notCond <= 13); /* Neither AL nor NV */ in emit_ARMInstr()
3257 *ptmp = XX______(notCond, X1010) | (delta & 0xFFFFFF); in emit_ARMInstr()
3301 UInt notCond = 1 ^ (UInt)i->ARMin.XIndir.cond; in emit_ARMInstr() local
3302 vassert(notCond <= 13); /* Neither AL nor NV */ in emit_ARMInstr()
3304 *ptmp = XX______(notCond, X1010) | (delta & 0xFFFFFF); in emit_ARMInstr()
3366 UInt notCond = 1 ^ (UInt)i->ARMin.XAssisted.cond; in emit_ARMInstr() local
3367 vassert(notCond <= 13); /* Neither AL nor NV */ in emit_ARMInstr()
3369 *ptmp = XX______(notCond, X1010) | (delta & 0xFFFFFF); in emit_ARMInstr()
Dhost_arm64_defs.c4431 UInt notCond = 1 ^ (UInt)i->ARM64in.XDirect.cond; in emit_ARM64Instr() local
4432 vassert(notCond <= 13); /* Neither AL nor NV */ in emit_ARM64Instr()
4435 *ptmp = X_8_19_1_4(X01010100, delta & ((1<<19)-1), 0, notCond); in emit_ARM64Instr()
4540 UInt notCond = 1 ^ (UInt)i->ARM64in.XDirect.cond; in emit_ARM64Instr() local
4541 vassert(notCond <= 13); /* Neither AL nor NV */ in emit_ARM64Instr()
4544 *ptmp = X_8_19_1_4(X01010100, delta & ((1<<19)-1), 0, notCond); in emit_ARM64Instr()