/aosp_15_r20/art/test/710-varhandle-creation/src/ |
H A D | Main.java | 91 static final VarHandle vsf; field in Main 157 vsf = MethodHandles.lookup().findStaticVarHandle(Main.class, "sf", float.class); 1176 checkNotNull(vsf); in checkInstantiatedVarHandles() 1177 checkVarType(vsf, float.class); in checkInstantiatedVarHandles() 1178 checkCoordinateTypes(vsf, "[]"); in checkInstantiatedVarHandles() 1179 checkVarHandleAccessMode(vsf, VarHandle.AccessMode.GET, true, "()float"); in checkInstantiatedVarHandles() 1180 checkVarHandleAccessMode(vsf, VarHandle.AccessMode.SET, true, "(float)void"); in checkInstantiatedVarHandles() 1181 checkVarHandleAccessMode(vsf, VarHandle.AccessMode.GET_VOLATILE, true, "()float"); in checkInstantiatedVarHandles() 1182 checkVarHandleAccessMode(vsf, VarHandle.AccessMode.SET_VOLATILE, true, "(float)void"); in checkInstantiatedVarHandles() 1183 checkVarHandleAccessMode(vsf, VarHandle.AccessMode.GET_ACQUIRE, true, "()float"); in checkInstantiatedVarHandles() [all …]
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fShaderAlgorithmTests.cpp | 207 float vsf = v * sv * fract; in init() 208 float mid1 = m + vsf; in init() 209 float mid2 = m - vsf; in init()
|
/aosp_15_r20/external/libjpeg-turbo/ |
H A D | tjunittest.c | 290 int hsf = tjMCUWidth[subsamp] / 8, vsf = tjMCUHeight[subsamp] / 8; in checkBufYUV() local 291 int pw = PAD(w, hsf), ph = PAD(h, vsf); in checkBufYUV() 292 int cw = pw / hsf, ch = ph / vsf; in checkBufYUV() 312 halfway = 16 / vsf * sf.num / sf.denom; in checkBufYUV() 319 if (((row * vsf / blocksize) + (col * hsf / blocksize)) % 2 == 0) { in checkBufYUV()
|
/aosp_15_r20/external/llvm/test/CodeGen/SystemZ/ |
H A D | vec-sub-01.ll | 26 ; CHECK: vsf %v24, %v26, %v28 137 ; CHECK: vsf %v24, %v26, %v28
|
H A D | vec-args-03.ll | 12 ; CHECK: vsf %v24, %v26, [[REG1]]
|
/aosp_15_r20/art/test/710-varhandle-creation/ |
H A D | expected-stdout.txt | 2 …..vfi...vfj...vff...vfd...vfo...vfss...vsz...vsb...vsc...vss...vsi...vsj...vsf...vsd...vso...vaz..…
|
/aosp_15_r20/external/llvm/test/MC/SystemZ/ |
H A D | insn-good-z13.s | 4047 #CHECK: vsf %v0, %v0, %v0 # encoding: [0xe7,0x00,0x00,0x00,0x20,0xf7] 4048 #CHECK: vsf %v0, %v0, %v31 # encoding: [0xe7,0x00,0xf0,0x00,0x22,0xf7] 4049 #CHECK: vsf %v0, %v31, %v0 # encoding: [0xe7,0x0f,0x00,0x00,0x24,0xf7] 4050 #CHECK: vsf %v31, %v0, %v0 # encoding: [0xe7,0xf0,0x00,0x00,0x28,0xf7] 4051 #CHECK: vsf %v18, %v3, %v20 # encoding: [0xe7,0x23,0x40,0x00,0x2a,0xf7] 4053 vsf %v0, %v0, %v0 4054 vsf %v0, %v0, %v31 4055 vsf %v0, %v31, %v0 4056 vsf %v31, %v0, %v0 4057 vsf %v18, %v3, %v20
|
H A D | insn-bad-zEC12.s | 1223 #CHECK: vsf %v0, %v0, %v0 1232 vsf %v0, %v0, %v0
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/resources/software/amazon/awssdk/core/util/ |
H A D | mime.types | 462 application/vnd.vsf vsf
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | mime.types | 899 application/vnd.vsf vsf
|
/aosp_15_r20/external/llvm/test/MC/Disassembler/SystemZ/ |
H A D | insns-z13.txt | 2678 #CHECK: vsf %v0, %v0, %v0 2681 #CHECK: vsf %v18, %v3, %v20 2684 #CHECK: vsf %v31, %v31, %v31
|
/aosp_15_r20/external/capstone/arch/SystemZ/ |
H A D | SystemZGenInsnNameMaps.inc | 2177 { SYSZ_INS_VSF, "vsf" },
|
/aosp_15_r20/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrVector.td | 613 def VSF : BinaryVRRc<"vsf", 0xE7F7, sub, v128f, v128f, 2>;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrVector.td | 808 def VSF : BinaryVRRc<"vsf", 0xE7F7, sub, v128f, v128f, 2>;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrVector.td | 835 def VSF : BinaryVRRc<"vsf", 0xE7F7, sub, v128f, v128f, 2>;
|