Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/arm64/
H A Ddisasm-arm64.cc2794 int cmode_0 = cmode & 1; in VisitNEONModifiedImmediate() local
2804 if (cmode_0 == 0) { in VisitNEONModifiedImmediate()
2812 if (cmode_0 == 0) { in VisitNEONModifiedImmediate()
2824 if (cmode_0 == 0) { in VisitNEONModifiedImmediate()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc5232 int cmode_0 = cmode & 1;
5255 if (cmode_0 == 0) {
5262 if (cmode_0 == 0 && op_bit == 0) {
5265 } else if (cmode_0 == 0 && op_bit == 1) {
5273 } else { // cmode_0 == 1, cmode == 0xF.
5293 if (cmode_0 == 0) {
5300 if (cmode_0 == 0) {
5309 if (cmode_0 == 0) {
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc8640 int cmode_0 = cmode & 1; in Simulator() local
8663 if (cmode_0 == 0) { in Simulator()
8670 if (cmode_0 == 0 && op_bit == 0) { in Simulator()
8673 } else if (cmode_0 == 0 && op_bit == 1) { in Simulator()
8681 } else { // cmode_0 == 1, cmode == 0xf. in Simulator()
8705 if (cmode_0 == 0) { in Simulator()
8712 if (cmode_0 == 0) { in Simulator()
8721 if (cmode_0 == 0) { in Simulator()
H A Dassembler-aarch64.cc6182 int cmode_0 = (shift_amount >> 4) & 1;
6183 int cmode = 0xc | cmode_0;
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc3858 int cmode_0 = (shift_amount >> 4) & 1; in NEONModifiedImmShiftMsl() local
3859 int cmode = 0xC | cmode_0; in NEONModifiedImmShiftMsl()

Completed in 58 milliseconds