Home
last modified time | relevance | path

Searched refs:msgf (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dint-mul-03.ll20 ; CHECK: msgf %r2, 0(%r3)
31 ; CHECK: msgf %r2, 524284(%r3)
45 ; CHECK: msgf %r2, 0(%r3)
57 ; CHECK: msgf %r2, -4(%r3)
69 ; CHECK: msgf %r2, -524288(%r3)
83 ; CHECK: msgf %r2, 0(%r3)
95 ; CHECK: msgf %r2, 524284({{%r4,%r3|%r3,%r4}})
110 ; CHECK: msgf %r2, 16{{[04]}}(%r15)
/external/llvm/test/CodeGen/SystemZ/
Dint-mul-03.ll20 ; CHECK: msgf %r2, 0(%r3)
31 ; CHECK: msgf %r2, 524284(%r3)
45 ; CHECK: msgf %r2, 0(%r3)
57 ; CHECK: msgf %r2, -4(%r3)
69 ; CHECK: msgf %r2, -524288(%r3)
83 ; CHECK: msgf %r2, 0(%r3)
95 ; CHECK: msgf %r2, 524284({{%r4,%r3|%r3,%r4}})
110 ; CHECK: msgf %r2, 16{{[04]}}(%r15)
/external/capstone/suite/MC/SystemZ/
Dinsn-good.s.cs1417 0xe3,0x00,0x00,0x00,0x80,0x1c = msgf %r0, -524288
1418 0xe3,0x00,0x0f,0xff,0xff,0x1c = msgf %r0, -1
1419 0xe3,0x00,0x00,0x00,0x00,0x1c = msgf %r0, 0
1420 0xe3,0x00,0x00,0x01,0x00,0x1c = msgf %r0, 1
1421 0xe3,0x00,0x0f,0xff,0x7f,0x1c = msgf %r0, 524287
1422 0xe3,0x00,0x10,0x00,0x00,0x1c = msgf %r0, 0(%r1)
1423 0xe3,0x00,0xf0,0x00,0x00,0x1c = msgf %r0, 0(%r15)
1424 0xe3,0x01,0xff,0xff,0x7f,0x1c = msgf %r0, 524287(%r1, %r15)
1425 0xe3,0x0f,0x1f,0xff,0x7f,0x1c = msgf %r0, 524287(%r15, %r1)
1426 0xe3,0xf0,0x00,0x00,0x00,0x1c = msgf %r15, 0
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp2022 MessageFormat msgf(cas.messagePattern, cas.localeName, status); in TestMessageFormatNumberSkeleton() local
2027 msgf.format(args, sb, status); in TestMessageFormatNumberSkeleton()
2038 MessageFormat msgf(messagePattern, localeName, status); in doTheRealDateTimeSkeletonTesting() local
2043 msgf.format(args, sb, status); in doTheRealDateTimeSkeletonTesting()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java2119 MessageFormat msgf = new MessageFormat(messagePattern, locale); in TestMessageFormatNumberSkeleton() local
2122 msgf.format(new Object[] { arg }, sb, fpos); in TestMessageFormatNumberSkeleton()
2130 MessageFormat msgf = new MessageFormat(messagePattern, locale); in doTheRealDateTimeSkeletonTesting() local
2133 msgf.format(new Object[] { date }, sb, fpos); in doTheRealDateTimeSkeletonTesting()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java2122 MessageFormat msgf = new MessageFormat(messagePattern, locale); in TestMessageFormatNumberSkeleton() local
2125 msgf.format(new Object[] { arg }, sb, fpos); in TestMessageFormatNumberSkeleton()
2133 MessageFormat msgf = new MessageFormat(messagePattern, locale); in doTheRealDateTimeSkeletonTesting() local
2136 msgf.format(new Object[] { date }, sb, fpos); in doTheRealDateTimeSkeletonTesting()
/external/llvm/test/MC/SystemZ/
Dinsn-good.s7541 #CHECK: msgf %r0, -524288 # encoding: [0xe3,0x00,0x00,0x00,0x80,0x1c]
7542 #CHECK: msgf %r0, -1 # encoding: [0xe3,0x00,0x0f,0xff,0xff,0x1c]
7543 #CHECK: msgf %r0, 0 # encoding: [0xe3,0x00,0x00,0x00,0x00,0x1c]
7544 #CHECK: msgf %r0, 1 # encoding: [0xe3,0x00,0x00,0x01,0x00,0x1c]
7545 #CHECK: msgf %r0, 524287 # encoding: [0xe3,0x00,0x0f,0xff,0x7f,0x1c]
7546 #CHECK: msgf %r0, 0(%r1) # encoding: [0xe3,0x00,0x10,0x00,0x00,0x1c]
7547 #CHECK: msgf %r0, 0(%r15) # encoding: [0xe3,0x00,0xf0,0x00,0x00,0x1c]
7548 #CHECK: msgf %r0, 524287(%r1,%r15) # encoding: [0xe3,0x01,0xff,0xff,0x7f,0x1c]
7549 #CHECK: msgf %r0, 524287(%r15,%r1) # encoding: [0xe3,0x0f,0x1f,0xff,0x7f,0x1c]
7550 #CHECK: msgf %r15, 0 # encoding: [0xe3,0xf0,0x00,0x00,0x00,0x1c]
[all …]
Dinsn-bad.s2307 #CHECK: msgf %r0, -524289
2309 #CHECK: msgf %r0, 524288
2311 msgf %r0, -524289
2312 msgf %r0, 524288
/external/llvm/test/MC/Disassembler/SystemZ/
Dinsns.txt6334 # CHECK: msgf %r0, -524288
6337 # CHECK: msgf %r0, -1
6340 # CHECK: msgf %r0, 0
6343 # CHECK: msgf %r0, 1
6346 # CHECK: msgf %r0, 524287
6349 # CHECK: msgf %r0, 0(%r1)
6352 # CHECK: msgf %r0, 0(%r15)
6355 # CHECK: msgf %r0, 524287(%r1,%r15)
6358 # CHECK: msgf %r0, 524287(%r15,%r1)
6361 # CHECK: msgf %r15, 0
/external/llvm-project/llvm/test/MC/SystemZ/
Dinsn-good.s12004 #CHECK: msgf %r0, -524288 # encoding: [0xe3,0x00,0x00,0x00,0x80,0x1c]
12005 #CHECK: msgf %r0, -1 # encoding: [0xe3,0x00,0x0f,0xff,0xff,0x1c]
12006 #CHECK: msgf %r0, 0 # encoding: [0xe3,0x00,0x00,0x00,0x00,0x1c]
12007 #CHECK: msgf %r0, 1 # encoding: [0xe3,0x00,0x00,0x01,0x00,0x1c]
12008 #CHECK: msgf %r0, 524287 # encoding: [0xe3,0x00,0x0f,0xff,0x7f,0x1c]
12009 #CHECK: msgf %r0, 0(%r1) # encoding: [0xe3,0x00,0x10,0x00,0x00,0x1c]
12010 #CHECK: msgf %r0, 0(%r15) # encoding: [0xe3,0x00,0xf0,0x00,0x00,0x1c]
12011 #CHECK: msgf %r0, 524287(%r1,%r15) # encoding: [0xe3,0x01,0xff,0xff,0x7f,0x1c]
12012 #CHECK: msgf %r0, 524287(%r15,%r1) # encoding: [0xe3,0x0f,0x1f,0xff,0x7f,0x1c]
12013 #CHECK: msgf %r15, 0 # encoding: [0xe3,0xf0,0x00,0x00,0x00,0x1c]
[all …]
Dinsn-bad.s4440 #CHECK: msgf %r0, -524289
4442 #CHECK: msgf %r0, 524288
4444 msgf %r0, -524289
4445 msgf %r0, 524288
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1165 def MSGFR : BinaryRRE<"msgf", 0xB91C, null_frag, GR64, GR32>;
1179 def MSGF : BinaryRXY<"msgf", 0xE31C, mul, GR64, asextloadi32, 4>;
/external/capstone/arch/SystemZ/
DSystemZGenInsnNameMaps.inc543 { SYSZ_INS_MSGF, "msgf" },
/external/llvm-project/llvm/test/MC/Disassembler/SystemZ/
Dinsns.txt11913 # CHECK: msgf %r0, -524288
11916 # CHECK: msgf %r0, -1
11919 # CHECK: msgf %r0, 0
11922 # CHECK: msgf %r0, 1
11925 # CHECK: msgf %r0, 524287
11928 # CHECK: msgf %r0, 0(%r1)
11931 # CHECK: msgf %r0, 0(%r15)
11934 # CHECK: msgf %r0, 524287(%r1,%r15)
11937 # CHECK: msgf %r0, 524287(%r15,%r1)
11940 # CHECK: msgf %r15, 0
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1346 def MSGF : BinaryRXY<"msgf", 0xE31C, mul, GR64, asextloadi32, 4>;
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1359 def MSGF : BinaryRXY<"msgf", 0xE31C, mul, GR64, asextloadi32, 4>;