Lines Matching defs:secondaryOp
849 unsigned elf::getPPCDSFormOp(unsigned secondaryOp) {
850 switch (secondaryOp) {
862 unsigned elf::getPPCDFormOp(unsigned secondaryOp) {
863 switch (secondaryOp) {
939 uint32_t secondaryOp = (read32(ctx, loc) & 0x000007fe) >> 1; // bits 21-30
940 uint32_t dFormOp = getPPCDFormOp(secondaryOp);
943 dFormOp = getPPCDSFormOp(secondaryOp);
959 uint32_t secondaryOp = (tlsInstr & 0x000007FE) >> 1; // bits 21-30
963 if (secondaryOp == 266) {
975 uint32_t dFormOp = getPPCDFormOp(secondaryOp);
977 dFormOp = getPPCDSFormOp(secondaryOp);