Searched refs:ISETSTATE (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.cpp76 // Read the J and T bits to get the ISETSTATE
79 const uint32_t ISETSTATE = J << 1 | T; local
80 if (ISETSTATE == 0) {
109 } else if (ISETSTATE == 1) {

Completed in 102 milliseconds