Home
last modified time | relevance | path

Searched refs:crbit (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1762 int crbit = v8::internal::Assembler::encode_crbit( in AssembleArchInstruction() local
1767 __ isel(i.OutputRegister(1), r0, i.OutputRegister(1), crbit); in AssembleArchInstruction()
1770 __ bc(v8::internal::Assembler::kInstrSize * 2, BT, crbit); in AssembleArchInstruction()
1789 int crbit = v8::internal::Assembler::encode_crbit( in AssembleArchInstruction() local
1794 __ isel(i.OutputRegister(1), r0, i.OutputRegister(1), crbit); in AssembleArchInstruction()
1797 __ bc(v8::internal::Assembler::kInstrSize * 2, BT, crbit); in AssembleArchInstruction()
/external/v8/src/ppc/
Dassembler-ppc.h552 static inline int encode_crbit(const CRegister& cr, enum CRBit crbit) { in encode_crbit() argument
553 return ((cr.code() * CRWIDTH) + crbit); in encode_crbit()
/external/v8/src/s390/
Dassembler-s390.h535 static inline int encode_crbit(const CRegister& cr, enum CRBit crbit) { in encode_crbit() argument
536 return ((cr.code() * CRWIDTH) + crbit); in encode_crbit()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DREADME.txt334 would allow us to expose the access of the crbit after the mfcr, allowing