Searched refs:crbit (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1826 int crbit = v8::internal::Assembler::encode_crbit( in AssembleArchInstruction() local 1831 __ isel(i.OutputRegister(1), r0, i.OutputRegister(1), crbit); in AssembleArchInstruction() 1834 __ bc(v8::internal::kInstrSize * 2, BT, crbit); in AssembleArchInstruction() 1853 int crbit = v8::internal::Assembler::encode_crbit( in AssembleArchInstruction() local 1858 __ isel(i.OutputRegister(1), r0, i.OutputRegister(1), crbit); in AssembleArchInstruction() 1861 __ bc(v8::internal::kInstrSize * 2, BT, crbit); in AssembleArchInstruction()
|
/external/v8/src/ppc/ |
D | assembler-ppc.h | 636 static inline int encode_crbit(const CRegister& cr, enum CRBit crbit) { in encode_crbit() argument 637 return ((cr.code() * CRWIDTH) + crbit); in encode_crbit()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | README.txt | 334 would allow us to expose the access of the crbit after the mfcr, allowing
|