Home
last modified time | relevance | path

Searched refs:brc (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/ic/s390/
Dic-s390.cc122 patcher.masm()->brc(cc, Operand(branch_instr & 0xffff)); in PatchInlinedSmiCode()
/external/llvm/test/MC/SystemZ/
Dinsn-bad.s296 #CHECK: brc 0, -0x100002
298 #CHECK: brc 0, -1
300 #CHECK: brc 0, 1
302 #CHECK: brc 0, 0x10000
304 brc 0, -0x100002
305 brc 0, -1
306 brc 0, 1
307 brc 0, 0x10000
310 #CHECK: brc foo, bar
312 #CHECK: brc -1, bar
[all …]
Dinsn-good.s716 #CHECK: brc 0, .[[LAB:L.*]]-65536 # encoding: [0xa7,0x04,A,A]
718 brc 0, -0x10000
719 #CHECK: brc 0, .[[LAB:L.*]]-2 # encoding: [0xa7,0x04,A,A]
721 brc 0, -2
722 #CHECK: brc 0, .[[LAB:L.*]] # encoding: [0xa7,0x04,A,A]
724 brc 0, 0
725 #CHECK: brc 0, .[[LAB:L.*]]+65534 # encoding: [0xa7,0x04,A,A]
727 brc 0, 0xfffe
729 #CHECK: brc 0, foo # encoding: [0xa7,0x04,A,A]
731 brc 0, foo
[all …]
/external/icu/icu4c/source/data/misc/
DkeyTypeData.txt208 brc{""}
/external/llvm/test/MC/Disassembler/SystemZ/
Dinsns-pcrel.txt143 # CHECK: brc 0, 0xc0
207 # CHECK: brc 0, 0xfe
211 # CHECK: brc 0, 0xffffffffffff0104
215 # CHECK: brc 0, 0x10106
/external/v8/src/s390/
Dassembler-s390.cc544 brc(c, Operand(offset_in_halfwords)); // short jump in branchOnCond()
1314 void Assembler::brc(Condition c, const Operand& opnd) { ri_form(BRC, c, opnd); } in brc() function in v8::internal::Assembler
Dassembler-s390.h1126 void brc(Condition c, const Operand& opnd);
Dconstants-s390.h848 V(brc, BRC, 0xA74) /* type = RI_C BRANCH RELATIVE ON CONDITION */
Dmacro-assembler-s390.cc4494 brc(c, opnd); in Branch()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc2733 patcher.masm()->brc(ge, Operand(kBackEdgeBranchOffsetInHalfWords)); in PatchAt()
2742 patcher.masm()->brc(CC_NOP, Operand(kBackEdgeBranchOffsetInHalfWords)); in PatchAt()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td97 "brc\t$R1, $I2", []>;