Home
last modified time | relevance | path

Searched refs:lgb (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-conv-03.ll28 ; CHECK: lgb %r2, 0(%r2)
38 ; CHECK: lgb %r2, 524287(%r2)
51 ; CHECK: lgb %r2, 0(%r2)
62 ; CHECK: lgb %r2, -1(%r2)
73 ; CHECK: lgb %r2, -524288(%r2)
86 ; CHECK: lgb %r2, 0(%r2)
97 ; CHECK: lgb %r2, 524287(%r3,%r2)
111 ; CHECK: lgb {{%r[0-9]+}}, 167(%r15)
/external/pcre/dist/
Dpcre_dfa_exec.c1429 int lgb, rgb; in internal_dfa_exec() local
1437 lgb = UCD_GRAPHBREAK(c); in internal_dfa_exec()
1443 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in internal_dfa_exec()
1445 lgb = rgb; in internal_dfa_exec()
1690 int lgb, rgb; in internal_dfa_exec() local
1699 lgb = UCD_GRAPHBREAK(c); in internal_dfa_exec()
1705 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in internal_dfa_exec()
1707 lgb = rgb; in internal_dfa_exec()
1962 int lgb, rgb; in internal_dfa_exec() local
1970 lgb = UCD_GRAPHBREAK(c); in internal_dfa_exec()
[all …]
Dpcre_exec.c2662 int lgb, rgb; in match() local
2664 lgb = UCD_GRAPHBREAK(c); in match()
2670 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()
2671 lgb = rgb; in match()
4358 int lgb, rgb; in match() local
4360 lgb = UCD_GRAPHBREAK(c); in match()
4366 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()
4367 lgb = rgb; in match()
5119 int lgb, rgb; in match() local
5121 lgb = UCD_GRAPHBREAK(c); in match()
[all …]
/external/v8/test/cctest/
Dtest-disasm-s390.cc220 COMPARE(lgb(r9, MemOperand(r8, r7, 10)), "e398700a0077 lgb\tr9,10(r8,r7)"); in TEST()
/external/llvm/test/MC/SystemZ/
Dinsn-good.s5016 #CHECK: lgb %r0, -524288 # encoding: [0xe3,0x00,0x00,0x00,0x80,0x77]
5017 #CHECK: lgb %r0, -1 # encoding: [0xe3,0x00,0x0f,0xff,0xff,0x77]
5018 #CHECK: lgb %r0, 0 # encoding: [0xe3,0x00,0x00,0x00,0x00,0x77]
5019 #CHECK: lgb %r0, 1 # encoding: [0xe3,0x00,0x00,0x01,0x00,0x77]
5020 #CHECK: lgb %r0, 524287 # encoding: [0xe3,0x00,0x0f,0xff,0x7f,0x77]
5021 #CHECK: lgb %r0, 0(%r1) # encoding: [0xe3,0x00,0x10,0x00,0x00,0x77]
5022 #CHECK: lgb %r0, 0(%r15) # encoding: [0xe3,0x00,0xf0,0x00,0x00,0x77]
5023 #CHECK: lgb %r0, 524287(%r1,%r15) # encoding: [0xe3,0x01,0xff,0xff,0x7f,0x77]
5024 #CHECK: lgb %r0, 524287(%r15,%r1) # encoding: [0xe3,0x0f,0x1f,0xff,0x7f,0x77]
5025 #CHECK: lgb %r15, 0 # encoding: [0xe3,0xf0,0x00,0x00,0x00,0x77]
[all …]
Dinsn-bad.s1624 #CHECK: lgb %r0, -524289
1626 #CHECK: lgb %r0, 524288
1628 lgb %r0, -524289
1629 lgb %r0, 524288
/external/llvm/test/MC/Disassembler/SystemZ/
Dinsns.txt3583 # CHECK: lgb %r0, -524288
3586 # CHECK: lgb %r0, -1
3589 # CHECK: lgb %r0, 0
3592 # CHECK: lgb %r0, 1
3595 # CHECK: lgb %r0, 524287
3598 # CHECK: lgb %r0, 0(%r1)
3601 # CHECK: lgb %r0, 0(%r15)
3604 # CHECK: lgb %r0, 524287(%r1,%r15)
3607 # CHECK: lgb %r0, 524287(%r15,%r1)
3610 # CHECK: lgb %r15, 0
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td422 def LGBR : UnaryRRE<"lgb", 0xB906, sext8, GR64, GR64>;
452 def LGB : UnaryRXY<"lgb", 0xE377, asextloadi8, GR64, 1>;
/external/v8/src/s390/
Dassembler-s390.h834 void lgb(Register r, const MemOperand& src);
Dassembler-s390.cc1482 void Assembler::lgb(Register r, const MemOperand& src) { in lgb() function in v8::internal::Assembler
Dmacro-assembler-s390.cc5065 lgb(dst, mem); in LoadB()
/external/valgrind/docs/internals/
Ds390-opcodes.csv591 lgb,"load byte with long offset 64",implemented,