/aosp12/art/runtime/interpreter/mterp/arm64/ |
H A D | array.S | 16 FETCH_B w3, 1, 1 // w3<- CC 18 GET_VREG w1, w3 // w1<- vCC (requested index) 47 FETCH_B w3, 1, 1 // w3<- CC 50 GET_VREG w1, w3 // w1<- vCC (requested index) 73 lsr w3, w0, #8 // w3<- CC 75 GET_VREG w1, w3 // w1<- vCC (requested index) 102 FETCH_B w3, 1, 1 // w3<- CC 152 lsr w3, w0, #8 // w3<- CC 177 SET_VREG w3, w2 // vB<- length 185 lsr w3, wINST, #8 // w3<- AA [all …]
|
H A D | floating_point.S | 47 lsr w3, wINST, #12 // w3<- B 49 GET_VREG s1, w3 84 GET_VREG_DOUBLE $r2, w3 87 GET_VREG $r2, w3 108 GET_VREG $srcreg, w3 126 GET_VREG_DOUBLE $srcreg, w3 128 GET_VREG_WIDE $srcreg, w3 147 GET_VREG_DOUBLE $srcreg, w3 149 GET_VREG_WIDE $srcreg, w3 171 GET_VREG $srcreg, w3 [all …]
|
H A D | other.S | 27 lsr w3, wINST, #8 // w3<- AA 33 SET_VREG w0, w3 // vAA<- w0 39 lsr w3, wINST, #8 // w3<- AA 41 SET_VREG w0, w3 // vAA<- w0 60 lsr w3, wINST, #8 // r3<- AA 63 SET_VREG w0, w3 // vAA<- r0 113 SET_VREG_WIDE x0, w3 124 SET_VREG_WIDE x0, w3 274 GET_VREG_WIDE x3, w3 285 GET_VREG_WIDE x3, w3 [all …]
|
H A D | arithmetic.S | 20 lsr w3, w0, #8 // w3<- CC 22 GET_VREG w1, w3 // w1<- vCC 51 lsr w3, wINST, #12 // w3<- B 53 GET_VREG w1, w3 // w1<- vB 116 and w2, w3, #255 // w2<- BB 237 lsr w3, wINST, #12 // w3<- B 238 GET_VREG w0, w3 // w0<- vB 255 lsr w3, wINST, #12 // w3<- B 257 GET_VREG_WIDE x0, w3 307 GET_VREG_WIDE x2, w3 [all …]
|
H A D | control_flow.S | 11 GET_VREG w3, w1 // w3<- vB 14 cmp w2, w3 // compare (vA, vB) 132 lsr w3, wINST, #8 // w3<- AA 134 GET_VREG w1, w3 // w1<- vAA
|
/aosp12/art/runtime/interpreter/mterp/arm64ng/ |
H A D | other.S | 6 lsr w3, wINST, #8 // w3<- AA 12 SET_VREG w0, w3 // vAA<- w0 18 lsr w3, wINST, #8 // w3<- AA 20 SET_VREG w0, w3 // vAA<- w0 36 lsr w3, wINST, #8 // r3<- AA 39 SET_VREG w0, w3 // vAA<- r0 106 SET_VREG_WIDE x0, w3 117 SET_VREG_WIDE x0, w3 254 GET_VREG_WIDE x3, w3 265 GET_VREG_WIDE x3, w3 [all …]
|
H A D | array.S | 10 FETCH_B w3, 1, 1 // w3<- CC 12 GET_VREG w1, w3 // w1<- vCC (requested index) 14 ldr w3, [x0, #MIRROR_ARRAY_LENGTH_OFFSET] // w3<- arrayObj->length 16 cmp w1, w3 // compare unsigned index, length 66 FETCH_B w3, 1, 1 // w3<- CC 68 GET_VREG w1, w3 // w1<- vCC (requested index) 74 cmp w1, w3 // compare unsigned index, length 122 ldr w3, [x0, #MIRROR_ARRAY_LENGTH_OFFSET] // w3<- array length 124 SET_VREG w3, w2 // vB<- length 132 lsr w3, wINST, #8 // w3<- AA [all …]
|
H A D | invoke.S | 90 ldrh w3, [x26, #ART_METHOD_IMT_INDEX_OFFSET] 93 ldr x0, [x2, w3, uxtw #3] 102 ldrh w3, [x26, #ART_METHOD_METHOD_INDEX_OFFSET] 103 and w3, w3, #ART_METHOD_IMT_MASK
|
H A D | control_flow.S | 11 GET_VREG w3, w1 // w3<- vB 13 cmp w2, w3 // compare (vA, vB) 130 lsr w3, wINST, #8 // w3<- AA 132 GET_VREG w1, w3 // w1<- vAA
|
H A D | object.S | 72 GET_VREG w3, w2 // w3<- object we're operating on 74 cbz w3, common_errNullObject // object was null 106 GET_VREG w3, w2 // w3<- object we're operating on 108 cbz w3, common_errNullObject // object was null
|
H A D | main.S | 526 FETCH w3, 2 906 GET_VREG w3, wip 1014 LOOP_OVER_SHORTY_LOADING_GPRS x3, w3, x11, x9, x10, .Lgpr_setup_finished_\suffix 1258 ldr w3, [x8, #8] 1289 FETCH w3, 2 // dex register of first argument 1291 GET_VREG w1, w3 1294 add w3, w3, #1 // Add 1 for next argument 1295 GET_VREG w2, w3 1364 LOOP_RANGE_OVER_SHORTY_LOADING_GPRS x3, w3, x9, w10, w11, .Lgpr_setup_finished_range_\suffix 1609 SETUP_REFERENCE_PARAMETER_IN_GPR w3, x10, x11, w15, x12, .Lxmm_setup_finished [all …]
|
/aosp12/frameworks/rs/driver/runtime/ |
H A D | rs_sample.c | 195 float r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3; in getSample_A() 203 float w0, float w1, float w2, float w3) { in getSample_L() argument 208 float r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3; in getSample_L() 216 float w0, float w1, float w2, float w3) { in getSample_LA() argument 221 float2 r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3; in getSample_LA() 229 float w0, float w1, float w2, float w3) { in getSample_RGB() argument 234 float4 r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3; in getSample_RGB() 242 float w0, float w1, float w2, float w3) { in getSample_RGBA() argument 247 float4 r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3; in getSample_RGBA() 259 float3 r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3; in getSample_565() [all …]
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
H A D | grouped_conv2d.mod.py | 106 w3 = Parameter("op2", "TENSOR_FLOAT32", "{6, 1, 1, 3}", [1, 2, 3, 2, 1, 0, 2, 3, 3, 6, 6, 6, 9, 8, … variable 109 Model("channel").Operation("GROUPED_CONV_2D", i3, w3, b3, 1, 1, 1, 3, 0, layout).To(o3) 114 w3: ("TENSOR_QUANT8_ASYMM", 0.25, 0), 121 …w3: ("TENSOR_QUANT8_SYMM_PER_CHANNEL", 0, 0, SymmPerChannelQuantParams(channelDim=0, scales=[0.25,…
|
H A D | transpose_conv2d.mod.py | 102 w3 = Parameter("op2", "TENSOR_FLOAT32", "{1, 3, 3, 2}", [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,… variable 106 Model().Operation("TRANSPOSE_CONV_2D", i3, w3, b3, s3, 1, 1, 1, 0, layout).To(o3) 111 w3: ("TENSOR_QUANT8_ASYMM", 0.5, 128),
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
H A D | grouped_conv2d_quant8_signed.mod.py | 106 w3 = Parameter("op2", "TENSOR_FLOAT32", "{6, 1, 1, 3}", [1, 2, 3, 2, 1, 0, 2, 3, 3, 6, 6, 6, 9, 8, … variable 109 Model("channel").Operation("GROUPED_CONV_2D", i3, w3, b3, 1, 1, 1, 3, 0, layout).To(o3) 114 w3: ("TENSOR_QUANT8_ASYMM_SIGNED", 0.25, -128), 121 …w3: ("TENSOR_QUANT8_SYMM_PER_CHANNEL", 0, 0, SymmPerChannelQuantParams(channelDim=0, scales=[0.25,…
|
H A D | transpose_conv2d_quant8_signed.mod.py | 137 w3 = Parameter("op2", "TENSOR_FLOAT32", "{1, 3, 3, 2}", [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,… variable 141 Model().Operation("TRANSPOSE_CONV_2D", i3, w3, b3, s3, 1, 1, 1, 0, layout).To(o3) 146 w3: ("TENSOR_QUANT8_ASYMM_SIGNED", 0.5, 0),
|
H A D | transpose_quant8_signed.mod.py | 138 w3 = Parameter("op2", "TENSOR_FLOAT32", "{1, 3, 3, 2}", [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,… variable 142 Model().Operation("TRANSPOSE_CONV_2D", i3, w3, b3, s3, 1, 1, 1, 0, layout).To(o3) 147 w3: ("TENSOR_QUANT8_ASYMM_SIGNED", 0.5, 0),
|
/aosp12/art/runtime/arch/arm64/ |
H A D | quick_entrypoints_arm64.S | 905 stxr w2, w3, [x4] 915 stxr w2, w3, [x4] 956 stlr w3, [x4] 968 str w3, [x4] 1122 strb w3, [x3, x0] 1153 strb w3, [x3, x0] 2033 lsr w3, w4, #1 2038 cmp w2, w3 2039 csel w2, w3, w2, gt 2051 sub w2, w3, w2 [all …]
|
/aosp12/system/update_engine/fuzz/ |
H A D | xml.dict | 94 "xmlns:xhtml=\"http://www.w3.org/1999/xhtml\"" 95 "xmlns:xml=\"http://www.w3.org/XML/1998/namespace\"" 96 "xmlns:xmlns=\"http://www.w3.org/2000/xmlns\""
|
/aosp12/system/tools/xsdc/tests/resources/ |
H A D | unsupported_attribute.xsd | 1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
|
H A D | unsupported_tag.xsd | 1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
|
/aosp12/system/tools/xsdc/tests/resources/group/ |
H A D | address.xsd | 1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="attr_group_simple" elementF…
|
H A D | group.xsd | 1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="attr_group_simple" elementF…
|
/aosp12/system/tools/xsdc/tests/resources/reference/ |
H A D | reference.xsd | 1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="reference"
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | e_lgamma_r.c | 153 w3 = 7.93650558643019558500e-04, /* 0x3F4A019F, 0x98CF38B6 */ variable 292 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6))))); in __ieee754_lgamma_r()
|