Searched refs:STFSU (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/ppc/
H A Dconstants-ppc.h143 STFSU = 53 << 26, // Store Floating-Point Single with Update enumerator in enum:v8::internal::Opcode
H A Dsimulator-ppc.cc3776 case STFSU: {
3785 if (opcode == STFSU) {
H A Dassembler-ppc.cc2094 emit(STFSU | frs.code() * B21 | ra.code() * B16 | imm16);
/external/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp339 case PPC::STFSU:

Completed in 58 milliseconds