Home
last modified time | relevance | path

Searched refs:cmode_3 (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/arm64/
Dassembler-arm64.cc4224 int cmode_1, cmode_2, cmode_3; in NEONModifiedImmShiftLsl() local
4229 cmode_3 = 1; in NEONModifiedImmShiftLsl()
4233 cmode_3 = 0; in NEONModifiedImmShiftLsl()
4236 cmode_3 = 1; in NEONModifiedImmShiftLsl()
4239 int cmode = (cmode_3 << 3) | (cmode_2 << 2) | (cmode_1 << 1); in NEONModifiedImmShiftLsl()
Ddisasm-arm64.cc2513 int cmode_3 = (cmode >> 3) & 1; in VisitNEONModifiedImmediate() local
2525 if (cmode_3 == 0) { in VisitNEONModifiedImmediate()
Dsimulator-arm64.cc4760 int cmode_3 = (cmode >> 3) & 1; in VisitNEONModifiedImmediate() local
4823 if (cmode_3 == 0) { in VisitNEONModifiedImmediate()
/external/vixl/src/aarch64/
Dassembler-aarch64.cc5252 int cmode_1, cmode_2, cmode_3; in NEONModifiedImmShiftLsl() local
5257 cmode_3 = 1; in NEONModifiedImmShiftLsl()
5261 cmode_3 = 0; in NEONModifiedImmShiftLsl()
5264 cmode_3 = 1; in NEONModifiedImmShiftLsl()
5267 int cmode = (cmode_3 << 3) | (cmode_2 << 2) | (cmode_1 << 1); in NEONModifiedImmShiftLsl()
Ddisasm-aarch64.cc3745 int cmode_3 = (cmode >> 3) & 1; in VisitNEONModifiedImmediate() local
3756 if (cmode_3 == 0) { in VisitNEONModifiedImmediate()
Dsimulator-aarch64.cc5393 int cmode_3 = (cmode >> 3) & 1; in VisitNEONModifiedImmediate() local
5460 if (cmode_3 == 0) { in VisitNEONModifiedImmediate()