Searched refs:BitIsSet (Results 1 – 9 of 9) sorted by relevance
/external/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.cpp | 422 if (BitIsSet (registers, i)) in EmulatePUSH() 435 if (BitIsSet (registers, 15)) in EmulatePUSH() 508 if (BitIsSet(registers, 15) && InITBlock() && !LastInITBlock()) in EmulatePOP() 527 if (BitIsSet(opcode, 13) && ArchVersion() >= ARMv7) in EmulatePOP() 555 if (BitIsSet (registers, i)) in EmulatePOP() 567 if (BitIsSet (registers, 15)) in EmulatePOP() 760 setflags = BitIsSet(opcode, 20); in EmulateMOVRdRm() 771 setflags = BitIsSet(opcode, 20); in EmulateMOVRdRm() 840 setflags = BitIsSet(opcode, 20); in EmulateMOVRdImm() 867 setflags = BitIsSet (opcode, 20); in EmulateMOVRdImm() [all …]
|
/external/tpm2/ |
D | CommandAudit.c | 88 if(!BitIsSet(bitPos, &gp.auditComands[0], sizeof(gp.auditComands))) in CommandAuditSet() 130 if(BitIsSet(bitPos, &gp.auditComands[0], sizeof(gp.auditComands))) in CommandAuditClear()
|
D | Bits_fp.h | 10 BOOL BitIsSet(unsigned int bitNum, // IN: number of the bit in 'bArray'
|
D | bits.h | 12 #define TEST_BIT(bit, vector) BitIsSet((bit), (BYTE *)&(vector), sizeof(vector))
|
D | Bits.c | 23 BitIsSet( in BitIsSet() function
|
D | CryptUtil.c | 1566 if(!BitIsSet((*c & COMMIT_INDEX_MASK), gr.commitArray, in CryptGenerateR()
|
D | part4.txt | 494 …9.2.3.1 BitIsSet() .........................................................................… 1440 5 #define TEST_BIT(bit, vector) BitIsSet((bit), (BYTE *)&(vector), sizeof(vector)) 8394 55 if(!BitIsSet(bitPos, &gp.auditComands[0], sizeof(gp.auditComands))) 8442 81 if(BitIsSet(bitPos, &gp.auditComands[0], sizeof(gp.auditComands))) 15704 9.2.3.1 BitIsSet() 15714 3 BitIsSet( 21203 1211 if(!BitIsSet((*c & COMMIT_INDEX_MASK), gr.commitArray,
|
/external/lldb/source/Plugins/Process/Utility/ |
D | InstructionUtils.h | 103 BitIsSet (const uint64_t value, const uint64_t bit) in BitIsSet() function 126 if (BitIsSet(value, msbit)) in SignedBits()
|
D | ARMUtils.h | 150 bool negative = BitIsSet(value, 31); in ASR_C()
|